aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 18 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index bb0972d8..bb776458 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,22 @@
1/app/SymfonyRequirements.php
2/app/bootstrap.php.cache
3/app/check.php
4/app/cache/*
5/app/config/parameters.yml
6/app/logs/*
7!app/cache/.gitkeep
8!app/logs/.gitkeep
1.idea 9.idea
2.DS_Store 10.DS_Store
3.vagrant 11.vagrant
4app/assets/* 12/vendor/
5app/cache/*
6vendor
7composer.phar
8app/db/poche.sqlite 13app/db/poche.sqlite
9app/config/config.inc.php \ No newline at end of file 14
15/bin/
16!bin/install
17!bin/test
18!bin/symfony
19
20/data/
21
22/web/.htaccess \ No newline at end of file