I accidentally commit some files that should not be tracked, e.g. folder .gradle
, IntelliJ IDEA project file *.iml…
Obviously that’s not good. Searching around, I found a thread in SOF,
in summary:
git rm --cached <files/folders>
git update-index --no-assume-unchanged <files/folders>
.gitignore
This is simple step by step guide to setup a Reverse Proxy using nginx in Linux. Installing step takes Ubuntu for example, but you can go to nginx page for other platform install guide.
more...