Skip to content

Commit 7864e5a

Browse files
committed
Initial commit
0 parents  commit 7864e5a

File tree

2 files changed

+689
-0
lines changed

2 files changed

+689
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
vendor/
2+
node_modules/
3+
4+
# Laravel 4 specific
5+
bootstrap/compiled.php
6+
app/storage/
7+
8+
# Laravel 5 & Lumen specific
9+
bootstrap/cache/
10+
.env.*.php
11+
.env.php
12+
.env
13+
14+
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
15+
.rocketeer/

0 commit comments

Comments
 (0)