tlwiki/.gitignore

15 lines
254 B
Plaintext
Raw 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/
# Deploy script
!deploy