Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
50
gitignore_generator/templates/languages/php.gitignore
Normal file
50
gitignore_generator/templates/languages/php.gitignore
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# Composer
|
||||||
|
vendor/
|
||||||
|
composer.lock
|
||||||
|
|
||||||
|
# Cache and logs
|
||||||
|
cache/*
|
||||||
|
!cache/.gitkeep
|
||||||
|
log/*.log
|
||||||
|
!log/.gitkeep
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.phpunit.result.cache
|
||||||
|
|
||||||
|
# PHPUnit
|
||||||
|
phpunit.xml
|
||||||
|
|
||||||
|
# IDE - PhpStorm
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
# IDE - NetBeans
|
||||||
|
/nbproject/private/
|
||||||
|
/nbbuild/
|
||||||
|
/dist/
|
||||||
|
/nbdist/
|
||||||
|
/nbworkspace/private/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.exe
|
||||||
|
*.sublime-*
|
||||||
Reference in New Issue
Block a user