mirror of
				https://github.com/Clortox/SimpleFileRepository.git
				synced 2025-07-17 12:32:12 +00:00 
			
		
		
		
	Update .gitignore to remove resource files
This commit is contained in:
		
							parent
							
								
									a312ee7c10
								
							
						
					
					
						commit
						0f0ee380e8
					
				
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -16,6 +16,11 @@ dir/*
 | 
			
		||||
#dont track config.php
 | 
			
		||||
var/config.php
 | 
			
		||||
 | 
			
		||||
#dont track any of the user added resouce files, except the readme and sample
 | 
			
		||||
resources/*
 | 
			
		||||
!resources/README.txt
 | 
			
		||||
!resources/cabinet.png
 | 
			
		||||
 | 
			
		||||
#I use vim, therefore ignore temp files and swap files
 | 
			
		||||
*~
 | 
			
		||||
*.swp
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user