فهرست منبع

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
Hélio 9 سال پیش
والد
کامیت
344fc711d0
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      Laravel.gitignore

+ 5 - 0
Laravel.gitignore

@@ -3,3 +3,8 @@
 .env.php
 .env.php
 .env
 .env
 .env.example
 .env.example
+
+/vendor
+/node_modules
+/app/storage
+