mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 18:41:07 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			59 lines
		
	
	
		
			782 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			782 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Editor configurations
 | |
| .vscode
 | |
| .idea
 | |
| 
 | |
| # Files generated by build script
 | |
| /index.js
 | |
| /index.mjs
 | |
| /index.d.ts
 | |
| /sdk.js
 | |
| 
 | |
| # Ignore all files in the icons folder
 | |
| icons/*
 | |
| # Except SVG files
 | |
| !icons/*.svg
 | |
| 
 | |
| ### NodeJS ###
 | |
| # Logs
 | |
| logs
 | |
| *.log
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| lerna-debug.log*
 | |
| yarn.lock
 | |
| 
 | |
| # Dependency directories
 | |
| node_modules/
 | |
| 
 | |
| # Generated files
 | |
| *.tgz
 | |
| 
 | |
| ### macOS ###
 | |
| # General
 | |
| .DS_Store
 | |
| .AppleDouble
 | |
| .LSOverride
 | |
| 
 | |
| # Icon must end with two \r
 | |
| Icon
 | |
| 
 | |
| # Thumbnails
 | |
| ._*
 | |
| 
 | |
| # Files that might appear in the root of a volume
 | |
| .DocumentRevisions-V100
 | |
| .fseventsd
 | |
| .Spotlight-V100
 | |
| .TemporaryItems
 | |
| .Trashes
 | |
| .VolumeIcon.icns
 | |
| .com.apple.timemachine.donotpresent
 | |
| 
 | |
| # Directories potentially created on remote AFP share
 | |
| .AppleDB
 | |
| .AppleDesktop
 | |
| Network Trash Folder
 | |
| Temporary Items
 | |
| .apdisk
 |