mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			309 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			309 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # The .gitignore is the single point of truth for files which should be ignored.
 | |
| # Add patterns, files and folders to the .gitignore and execute 'make build'
 | |
| # NEVER TOUCH THE .dockerignore, BECAUSE IT ANYHOW WILL BE OVERWRITTEN
 | |
| 
 | |
| site.retry
 | |
| *__pycache__
 | |
| venv
 | |
| *.log
 | |
| *.bak
 | |
| *tree.json
 | |
| roles/list.json
 | |
| *.pyc
 | |
| .git
 |