24 lines
		
	
	
		
			337 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			337 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/
 | 
						|
 | 
						|
# README
 | 
						|
!README.md
 |