We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1570bdf commit dfcfb44Copy full SHA for dfcfb44
.gitignore
@@ -1,23 +1,21 @@
1
-/vendor/
+.idea/
2
+_site/
3
+build/
4
node_modules/
-npm-debug.log
-yarn-error.log
5
+tmp/
6
+vendor/
7
-# Laravel 4 specific
-bootstrap/compiled.php
8
-app/storage/
9
-
10
-# Laravel 5 & Lumen specific
11
-public/storage
12
-public/hot
+.cache
+.DS_Store
+.env
+.php_cs.cache
+.phpintel
13
+.temp
14
-# Laravel 5 & Lumen specific with changed public path
15
-public_html/storage
16
-public_html/hot
+*.bak
+*.cache
17
+*.clover
18
+*.orig
19
-storage/*.key
-.env
20
-Homestead.yaml
21
-Homestead.json
22
-/.vagrant
23
-.phpunit.result.cache
+composer.lock
+package-lock.json
0 commit comments