mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	Ignore files that are not SVGs in the icons folder (#4672)
This commit is contained in:
		
							parent
							
								
									a8b4891d74
								
							
						
					
					
						commit
						195a7aa1c2
					
				
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -45,5 +45,9 @@ node_modules/ | |||||||
| /vendor/bundle | /vendor/bundle | ||||||
| 
 | 
 | ||||||
| # Files generated by build script | # Files generated by build script | ||||||
| icons/*.js |  | ||||||
| /index.js | /index.js | ||||||
|  | 
 | ||||||
|  | # Ignore all files in the icons folder | ||||||
|  | icons/* | ||||||
|  | # Except SVG files | ||||||
|  | !icons/*.svg | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user