diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -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 |
4 | app/assets/* | 12 | /vendor/ |
5 | app/cache/* | ||
6 | vendor | ||
7 | composer.phar | ||
8 | app/db/poche.sqlite | 13 | app/db/poche.sqlite |
9 | app/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 | ||