mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 10:31:06 +03:00 
			
		
		
		
	* replace index.js entry point * add types.d.ts * Update documentation * Add Typescript usage example * Drop template file * Readd test * Minor change Co-authored-by: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			195 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			195 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore all files in root
 | |
| /*
 | |
| # Except the ones we want to publish
 | |
| !_data/
 | |
| !icons/
 | |
| !package.json
 | |
| !DISCLAIMER.md
 | |
| !README.md
 | |
| !LICENSE.md
 | |
| !VERSIONING.md
 | |
| !index.js
 | |
| !index.mjs
 | |
| !index.d.ts
 | |
| !types.d.ts
 |