Skip to content

Commit

Permalink
Fix several framework paths and Git ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cbj4074 committed Dec 11, 2017
1 parent 68afdd6 commit 7126ad7
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .gitignore
@@ -1,8 +1,18 @@
# This project.
# Laravel

/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/storage/logs/**
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env

# IntelliJ.
# IntelliJ

/.idea
3 changes: 3 additions & 0 deletions storage/app/.gitignore
@@ -0,0 +1,3 @@
*
!public/
!.gitignore
2 changes: 2 additions & 0 deletions storage/app/public/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed storage/cache/.gitkeep
Empty file.
8 changes: 8 additions & 0 deletions storage/framework/.gitignore
@@ -0,0 +1,8 @@
config.php
routes.php
schedule-*
compiled.php
services.json
events.scanned.php
routes.scanned.php
down
2 changes: 2 additions & 0 deletions storage/framework/cache/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions storage/framework/sessions/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions storage/framework/testing/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions storage/framework/views/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions storage/logs/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed storage/logs/.gitkeep
Empty file.
Empty file removed storage/sessions/.gitkeep
Empty file.
Empty file removed storage/views/.gitkeep
Empty file.

0 comments on commit 7126ad7

Please sign in to comment.