commit fbc7a2a81789a6b542940405d0edaae21cf39a29 Author: James Cole Date: Sat Jun 28 09:41:25 2014 +0200 All initial git ignore files. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..176a458f94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..b5363f0203 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/bootstrap/compiled.php +/vendor +composer.phar +composer.lock +.env.*.php +.env.php +.DS_Store +Thumbs.db diff --git a/app/commands/.gitkeep b/app/commands/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/app/config/.gitignore b/app/config/.gitignore new file mode 100644 index 0000000000..aa052dbbaf --- /dev/null +++ b/app/config/.gitignore @@ -0,0 +1 @@ +local/ \ No newline at end of file diff --git a/app/config/packages/.gitkeep b/app/config/packages/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/app/controllers/.gitkeep b/app/controllers/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/app/database/migrations/.gitkeep b/app/database/migrations/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/app/database/seeds/.gitkeep b/app/database/seeds/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/app/storage/.gitignore b/app/storage/.gitignore new file mode 100644 index 0000000000..35b719c69a --- /dev/null +++ b/app/storage/.gitignore @@ -0,0 +1 @@ +services.manifest \ No newline at end of file diff --git a/app/storage/cache/.gitignore b/app/storage/cache/.gitignore new file mode 100644 index 0000000000..c96a04f008 --- /dev/null +++ b/app/storage/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/app/storage/logs/.gitignore b/app/storage/logs/.gitignore new file mode 100644 index 0000000000..c96a04f008 --- /dev/null +++ b/app/storage/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/app/storage/meta/.gitignore b/app/storage/meta/.gitignore new file mode 100644 index 0000000000..c96a04f008 --- /dev/null +++ b/app/storage/meta/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/app/storage/sessions/.gitignore b/app/storage/sessions/.gitignore new file mode 100644 index 0000000000..c96a04f008 --- /dev/null +++ b/app/storage/sessions/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/app/storage/views/.gitignore b/app/storage/views/.gitignore new file mode 100644 index 0000000000..c96a04f008 --- /dev/null +++ b/app/storage/views/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/public/packages/.gitkeep b/public/packages/.gitkeep new file mode 100644 index 0000000000..e69de29bb2