We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0a95c commit 394704bCopy full SHA for 394704b
Laravel.gitignore
@@ -1,6 +1,7 @@
1
vendor/
2
node_modules/
3
npm-debug.log
4
+yarn-error.log
5
6
# Laravel 4 specific
7
bootstrap/compiled.php
@@ -10,11 +11,7 @@ app/storage/
10
11
public/storage
12
public/hot
13
storage/*.key
-.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/
+/.vagrant
0 commit comments