32 lines
		
	
	
		
			495 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			495 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Hugo's default build folder
 | 
						|
/public/
 | 
						|
 | 
						|
# Hugo's data folder (optional, depends on your project)
 | 
						|
/data/
 | 
						|
 | 
						|
# Hugo's cache folder
 | 
						|
/cache/
 | 
						|
 | 
						|
# Hugo's content folder can have media, drafts or temporary files that you don't want to commit
 | 
						|
/content/drafts/
 | 
						|
/content/images/
 | 
						|
/content/sections/
 | 
						|
 | 
						|
# OS generated files
 | 
						|
.DS_Store
 | 
						|
Thumbs.db
 | 
						|
 | 
						|
# IDE or text editor files
 | 
						|
.idea/
 | 
						|
.vscode/
 | 
						|
 | 
						|
# Node.js and other dependencies
 | 
						|
node_modules/
 | 
						|
yarn.lock
 | 
						|
package-lock.json
 | 
						|
 | 
						|
# Temporary files
 | 
						|
*.bak
 | 
						|
*.swp
 | 
						|
.hugo_build.lock
 |