Merge pull request #403 from jusdepatate/better-gitignore

ignore config files to ease `git pull`s in prod
This commit is contained in:
Dan 2020-06-04 18:46:47 +07:00 committed by GitHub
commit 0762d67b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
/cache/*
/content/*
/config/config.ini
/config/users/*.ini