All initial git ignore files.

This commit is contained in:
James Cole
2014-06-28 09:41:25 +02:00
commit fbc7a2a817
15 changed files with 21 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/bootstrap/compiled.php
/vendor
composer.phar
composer.lock
.env.*.php
.env.php
.DS_Store
Thumbs.db

0
app/commands/.gitkeep Normal file
View File

1
app/config/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
local/

View File

0
app/controllers/.gitkeep Normal file
View File

View File

View File

1
app/storage/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
services.manifest

2
app/storage/cache/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/logs/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/meta/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/sessions/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/views/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

0
public/packages/.gitkeep Normal file
View File