diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-22 08:30:07 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-22 08:30:07 +0100 |
commit | 93fd4692f6eb753cae16358131c8049d84cfbb41 (patch) | |
tree | 1ef2f66eb378cf419d1aa033a2c772539e60537d /.gitignore | |
parent | 0440249631164a378981d014bf71b617c082bf5a (diff) | |
download | wallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.tar.gz wallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.tar.zst wallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.zip |
symfony is there
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 | ||