Skip to content

Commit 3ae699e

Browse files
committed
gitigore
1 parent ef07d64 commit 3ae699e

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.idea/
2+
3+
/vendor/
4+
node_modules/
5+
npm-debug.log
6+
yarn-error.log
7+
8+
# Laravel 4 specific
9+
bootstrap/compiled.php
10+
app/storage/
11+
12+
# Laravel 5 & Lumen specific
13+
public/storage
14+
public/hot
15+
16+
# Laravel 5 & Lumen specific with changed public path
17+
public_html/storage
18+
public_html/hot
19+
20+
storage/*.key
21+
.env
22+
Homestead.yaml
23+
Homestead.json
24+
/.vagrant
25+
.phpunit.result.cache

gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)