We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef07d64 commit 3ae699eCopy full SHA for 3ae699e
.gitignore
@@ -0,0 +1,25 @@
1
+.idea/
2
+
3
+/vendor/
4
+node_modules/
5
+npm-debug.log
6
+yarn-error.log
7
8
+# Laravel 4 specific
9
+bootstrap/compiled.php
10
+app/storage/
11
12
+# Laravel 5 & Lumen specific
13
+public/storage
14
+public/hot
15
16
+# Laravel 5 & Lumen specific with changed public path
17
+public_html/storage
18
+public_html/hot
19
20
+storage/*.key
21
+.env
22
+Homestead.yaml
23
+Homestead.json
24
+/.vagrant
25
+.phpunit.result.cache
gitignore
0 commit comments