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:
parent
cfed861f1c
commit
2651c38765
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
2
templates/override/README.md
Normal file
2
templates/override/README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue