We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit dabb992Copy full SHA for dabb992
.gitattributes
@@ -0,0 +1,5 @@
1
+* text=auto
2
+*.css linguist-vendored
3
+*.scss linguist-vendored
4
+*.js linguist-vendored
5
+CHANGELOG.md export-ignore
.gitignore
@@ -0,0 +1,13 @@
+/node_modules
+/public/hot
+/public/storage
+/storage/*.key
+/vendor
6
+/.idea
7
+/.vscode
8
+/.vagrant
9
+Homestead.json
10
+Homestead.yaml
11
+npm-debug.log
12
+yarn-error.log
13
+.env
0 commit comments