tlwiki/.gitignore

24 lines
337 B
Plaintext
Raw Permalink Normal View History

# 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
2021-10-07 07:21:27 +00:00
# Themes directory
!themes/
# Static directory
!static/
2021-11-21 22:47:03 +00:00
# README
!README.md