Browse Source
Merge pull request #4203 from KristofMorva/sort-gitignore
Sorting gitignore file
Taylor Otwell
8 years ago
1 changed files with
1 additions and
1 deletions
-
1
1
.gitignore
|
@@ -1,6 +1,6 @@
|
|
|
/node_modules
|
|
|
-/public/storage
|
|
|
/public/hot
|
|
|
+/public/storage
|
|
|
/storage/*.key
|
|
|
/vendor
|
|
|
/.idea
|