tlwiki/.gitignore

21 lines
316 B
Plaintext

# Ignore everything except explicitly allowed with `!`
/*
# Track this gitignore because duh
!.gitignore
# Track gitmodules because also duh
!.gitmodules
# Content folder where the actual ...ya know... content lives
!content/
# Management script
!tlwiki
# Themes directory
!themes/
# Static directory
!static/