2021-10-07 06:49:56 +00:00
|
|
|
# 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/
|
|
|
|
|
2021-10-07 12:06:57 +00:00
|
|
|
# Management script
|
|
|
|
!tlwiki
|
2021-10-07 07:21:27 +00:00
|
|
|
|
|
|
|
# Themes directory
|
|
|
|
!themes/
|
|
|
|
|
|
|
|
# Static directory
|
|
|
|
!static/
|