diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-30 20:42:17 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-30 20:42:17 +0100 |
commit | c4800fc6da8907766b7dec1e78a9af19559e6442 (patch) | |
tree | faa9bff2b5b7a8b9089ce7fd58a38071bce92cf6 /.gitignore | |
parent | d51c2e05d36ef66f2b55932c0bc5edc99b8c1ceb (diff) | |
download | wallabag-c4800fc6da8907766b7dec1e78a9af19559e6442.tar.gz wallabag-c4800fc6da8907766b7dec1e78a9af19559e6442.tar.zst wallabag-c4800fc6da8907766b7dec1e78a9af19559e6442.zip |
ignore vagrant directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,4 +4,5 @@ vendor | |||
4 | composer.phar | 4 | composer.phar |
5 | db/poche.sqlite | 5 | db/poche.sqlite |
6 | inc/poche/config.inc.php | 6 | inc/poche/config.inc.php |
7 | inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ \ No newline at end of file | 7 | inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ |
8 | .vagrant \ No newline at end of file | ||