We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 2824059Copy full SHA for 2824059
.gitignore
@@ -0,0 +1,34 @@
1
+# CODE EDITORS
2
+.idea
3
+
4
5
+# SASS & NPM
6
+node_modules/
7
+npm-debug.log
8
+.sass-cache
9
10
11
+# COMPOSER
12
+vendor/
13
14
15
+# LARAVEL PHP
16
+public/storage/
17
+.env
18
+Homestead.yaml
19
+Homestead.json
20
21
22
+# TESTING
23
+selenium-debug.log
24
+test/unit/coverage
25
+test/e2e/reports
26
27
28
+# OS FILES
29
+.DS_Store
30
+Desktop.ini
31
+._*
32
+Thumbs.db
33
+.Spotlight-V100
34
+.Trashes
0 commit comments