We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 4680154Copy full SHA for 4680154
.gitattributes
@@ -0,0 +1,2 @@
1
+# Auto detect text files and perform LF normalization
2
+* text=auto
.gitignore
@@ -0,0 +1,23 @@
+/vendor/
+node_modules/
3
+npm-debug.log
4
+yarn-error.log
5
+
6
+# Laravel 4 specific
7
+bootstrap/compiled.php
8
+app/storage/
9
10
+# Laravel 5 & Lumen specific
11
+public/storage
12
+public/hot
13
14
+# Laravel 5 & Lumen specific with changed public path
15
+public_html/storage
16
+public_html/hot
17
18
+storage/*.key
19
+.env
20
+Homestead.yaml
21
+Homestead.json
22
+/.vagrant
23
+.phpunit.result.cache
0 commit comments