mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
665b82590d
* 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
|