10 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
 | |
| # See https://git-scm.com/docs/gitignore
 | |
| 
 | |
| # Exclude README
 | |
| /README.md
 | |
| 
 | |
| # Exclude this script or something
 | |
| updates.txt
 | |
| update.ps1
 |