Skip to content

Instantly share code, notes, and snippets.

@widiarrohman1234
widiarrohman1234 / gist:7dfbf2ff290d6002a67a88ab445a369c
Last active December 27, 2023 13:25
.gitignore tidak berjalan, masih bisa membaca .env walaupun sudah didaftarkan ke .gitignore
git rm -r --cached .
git add .
git commit -m "Untrack files listed in .gitignore"