You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							363 B
						
					
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							363 B
						
					
					
				| # 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
 | |
| 
 |