Skip to content

Instantly share code, notes, and snippets.

@widiarrohman1234
Last active December 27, 2023 13:25
Show Gist options
  • Select an option

  • Save widiarrohman1234/7dfbf2ff290d6002a67a88ab445a369c to your computer and use it in GitHub Desktop.

Select an option

Save widiarrohman1234/7dfbf2ff290d6002a67a88ab445a369c to your computer and use it in GitHub Desktop.
.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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment