diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-16 20:17:16 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-16 20:17:16 +0200 |
commit | 6bc2da519197738e021b82cde56f0281596f2073 (patch) | |
tree | 44f8df517a00eaa95718e02d0fafae052209d5bb /.gitignore | |
parent | 042b5906061c49e5d142f4b3166f3630ef31917b (diff) | |
download | wallabag-6bc2da519197738e021b82cde56f0281596f2073.tar.gz wallabag-6bc2da519197738e021b82cde56f0281596f2073.tar.zst wallabag-6bc2da519197738e021b82cde56f0281596f2073.zip |
ignore myconfig.inc.php in git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ vendor | |||
2 | composer.phar | 2 | composer.phar |
3 | db/poche.sqlite | 3 | db/poche.sqlite |
4 | output | 4 | output |
5 | phpdoc* \ No newline at end of file | 5 | phpdoc* |
6 | inc/config/myconfig.inc.php \ No newline at end of file | ||