Skip to content

Commit dfcfb44

Browse files
Update .gitignore
1 parent 1570bdf commit dfcfb44

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

.gitignore

+17-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
/vendor/
1+
.idea/
2+
_site/
3+
build/
24
node_modules/
3-
npm-debug.log
4-
yarn-error.log
5+
tmp/
6+
vendor/
57

6-
# Laravel 4 specific
7-
bootstrap/compiled.php
8-
app/storage/
9-
10-
# Laravel 5 & Lumen specific
11-
public/storage
12-
public/hot
8+
.cache
9+
.DS_Store
10+
.env
11+
.php_cs.cache
12+
.phpintel
13+
.temp
1314

14-
# Laravel 5 & Lumen specific with changed public path
15-
public_html/storage
16-
public_html/hot
15+
*.bak
16+
*.cache
17+
*.clover
18+
*.orig
1719

18-
storage/*.key
19-
.env
20-
Homestead.yaml
21-
Homestead.json
22-
/.vagrant
23-
.phpunit.result.cache
20+
composer.lock
21+
package-lock.json

0 commit comments

Comments
 (0)