mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
Create gitignore for Laravel5
In Laravel 5 the storage folder was moved to the root of the application. The compiled.php has also been moved to the bootstrap/cache directory This was no longer compatible with the previous laravel.gitignore.
This commit is contained in:
parent
710884d4f5
commit
f652ad7627
1 changed files with 9 additions and 0 deletions
9
Laravel5.gitignore
Normal file
9
Laravel5.gitignore
Normal file
|
@ -0,0 +1,9 @@
|
|||
bootstrap/cache/
|
||||
.env.*.php
|
||||
.env.php
|
||||
.env
|
||||
.env.example
|
||||
|
||||
vendor/
|
||||
node_modules/
|
||||
storage/
|
Loading…
Add table
Reference in a new issue