Created
October 5, 2023 11:32
-
-
Save kanafghan/58be1812b41961855b7380e88789a8f4 to your computer and use it in GitHub Desktop.
Global .gitignore
This file contains 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
.buildpath | |
.project | |
.settings | |
TestController.php | |
phpunitprepare.php | |
console.php | |
node_modules | |
npm-debug.log | |
.tern-project | |
vendor/* | |
bin/*.php | |
.externalToolBuilders/* | |
phpspec.yml | |
.config/Trolltech.conf | |
phantomjsdriver.log | |
.vscode/ | |
*.pyc | |
service-account.json | |
service-account-e2e.json | |
.firebase/ | |
*.pem | |
*.p12 | |
.env.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment