1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00

Remove overrides directory from gitignore

This commit is contained in:
Eggbertx 2019-08-02 10:45:41 -07:00
parent cfed861f1c
commit 2651c38765
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,5 +1,6 @@
gochan.json
gochan
gochan.exe
lib/
log/
releases/
@ -8,5 +9,4 @@ vagrant/*.log
html/boards.json
html/index.html
html/test*
templates/override/
**/*.bak

View file

@ -0,0 +1,2 @@
# Gochan template overrides
Template files placed here will be used instead of any templates with the same filename in the main templates directory.