Browse Source

Merge pull request #403 from jusdepatate/better-gitignore

ignore config files to ease `git pull`s in prod
pull/409/head
Dan 5 years ago
committed by GitHub
parent
commit
0762d67b8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .gitignore

+ 2
- 0
.gitignore View File

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

Loading…
Cancel
Save