Skip to content

Commit f652ad7

Browse files
committed
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.
1 parent 710884d commit f652ad7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Laravel5.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
bootstrap/cache/
2+
.env.*.php
3+
.env.php
4+
.env
5+
.env.example
6+
7+
vendor/
8+
node_modules/
9+
storage/

0 commit comments

Comments
 (0)