Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
19
src/templates/frameworks/laravel.gitignore
Normal file
19
src/templates/frameworks/laravel.gitignore
Normal file
@@ -0,0 +1,19 @@
|
||||
# Laravel
|
||||
/vendor/node_modules
|
||||
/.env
|
||||
/.env.backup
|
||||
.phpunit.result.cache
|
||||
steadystate.log
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
auth.json
|
||||
npm-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.phpunit.cache
|
||||
Reference in New Issue
Block a user