Skip to content

Commit 2824059

Browse files
author
Fabian Widmann
committed
add gitignore
0 parents  commit 2824059

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

+34
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)