mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 10:31:06 +03:00 
			
		
		
		
	* remove icons/* entrypoints * remove icons/* tests * remove icons/* references from the README * reference actual variable in README console.log * merge develop * fix conflicts * fix * fix tests * Update scripts/build/package.js * Update README.md * fix ignore files
		
			
				
	
	
		
			16 lines
		
	
	
		
			205 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			205 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.d.ts
 | |
| !icons.js
 | |
| !icons.mjs
 | |
| !icons.d.ts
 |