diff options
author | jaquer <jaquer@users.noreply.github.com> | 2022-01-26 09:06:25 -0800 |
---|---|---|
committer | jaquer <jaquer@users.noreply.github.com> | 2022-01-26 12:10:05 -0800 |
commit | 79fd68680b2a04240af206025fd96acd239c41a0 (patch) | |
tree | cd09fde0b55dd1ce2fcd8f07768569dda480d30d /.gitignore | |
parent | de148409fe5024e662ee79a9d6a67368b727ccfb (diff) | |
download | microblog-79fd68680b2a04240af206025fd96acd239c41a0.tar.gz microblog-79fd68680b2a04240af206025fd96acd239c41a0.tar.bz2 microblog-79fd68680b2a04240af206025fd96acd239c41a0.zip |
Ignore changes to the config file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ *.db -feed.json
\ No newline at end of file +config.php +feed.json |