tlwiki/.gitignore

21 lines
312 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/
# Deploy script
!deploy
# Themes directory
!themes/
# Static directory
!static/