Last active
December 27, 2023 13:25
-
-
Save widiarrohman1234/7dfbf2ff290d6002a67a88ab445a369c to your computer and use it in GitHub Desktop.
.gitignore tidak berjalan, masih bisa membaca .env walaupun sudah didaftarkan ke .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git rm -r --cached . | |
| git add . | |
| git commit -m "Untrack files listed in .gitignore" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment