mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# gitignore template for Puppet modules
 | 
						|
# website: https://forge.puppet.com/
 | 
						|
 | 
						|
# Built packages
 | 
						|
pkg/*
 | 
						|
 | 
						|
# Should run on multiple platforms so don't check in
 | 
						|
Gemfile.lock
 | 
						|
 | 
						|
# Tests
 | 
						|
spec/fixtures/*
 | 
						|
coverage/*
 | 
						|
 | 
						|
# Third-party
 | 
						|
vendor/*
 | 
						|
.bundle/*
 |