aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-22 08:30:07 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-22 08:30:07 +0100
commit93fd4692f6eb753cae16358131c8049d84cfbb41 (patch)
tree1ef2f66eb378cf419d1aa033a2c772539e60537d /.gitignore
parent0440249631164a378981d014bf71b617c082bf5a (diff)
downloadwallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.tar.gz
wallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.tar.zst
wallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.zip
symfony is there
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