mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
This commit is contained in:
		
							
								
								
									
										14
									
								
								options/gitignore/Snap
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								options/gitignore/Snap
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
# gitginore template for creating Snap packages
 | 
			
		||||
# website: https://snapcraft.io/
 | 
			
		||||
 | 
			
		||||
parts/
 | 
			
		||||
prime/
 | 
			
		||||
stage/
 | 
			
		||||
*.snap
 | 
			
		||||
 | 
			
		||||
# Snapcraft global state tracking data(automatically generated)
 | 
			
		||||
# https://forum.snapcraft.io/t/location-to-save-global-state/768
 | 
			
		||||
/snap/.snapcraft/
 | 
			
		||||
 | 
			
		||||
# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container
 | 
			
		||||
/*_source.tar.bz2
 | 
			
		||||
		Reference in New Issue
	
	Block a user