Skip to content

Commit 344fc71

Browse files
committed
Added some folders the are "compiled" things
/vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default. /node_modules - npm modules, same of /vendor. Laravel comes with this line by default. /app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions
1 parent d06a6e2 commit 344fc71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Laravel.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
.env.php
44
.env
55
.env.example
6+
7+
/vendor
8+
/node_modules
9+
/app/storage
10+

0 commit comments

Comments
 (0)