diff options
| author | Camil Staps | 2016-01-04 15:12:59 +0100 | 
|---|---|---|
| committer | Camil Staps | 2016-01-04 15:12:59 +0100 | 
| commit | 9c4afbed2310aa0c4679d11b9f568c234d202554 (patch) | |
| tree | 65e8956b671239f2ec38789ce59a4cea9af0ebc2 /storage | |
Initial commit
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/app/.gitignore | 2 | ||||
| -rw-r--r-- | storage/framework/cache/.gitignore | 2 | ||||
| -rw-r--r-- | storage/framework/sessions/.gitignore | 2 | ||||
| -rw-r--r-- | storage/framework/views/.gitignore | 2 | ||||
| -rw-r--r-- | storage/logs/.gitignore | 2 | 
5 files changed, 10 insertions, 0 deletions
| diff --git a/storage/app/.gitignore b/storage/app/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/app/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/sessions/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/views/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore | 
