Skip to content

Commit 1bd9919

Browse files
authored
Initial commit
0 parents  commit 1bd9919

File tree

3 files changed

+696
-0
lines changed

3 files changed

+696
-0
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
vendor/
2+
node_modules/
3+
npm-debug.log
4+
5+
# Laravel 4 specific
6+
bootstrap/compiled.php
7+
app/storage/
8+
9+
# Laravel 5 & Lumen specific
10+
public/storage
11+
public/hot
12+
storage/*.key
13+
.env.*.php
14+
.env.php
15+
.env
16+
Homestead.yaml
17+
Homestead.json
18+
19+
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
20+
.rocketeer/

0 commit comments

Comments
 (0)