mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +03:00
fcec7adc8b
* 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>
16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
# We prefer our own custom formatting for MarkDown files.
|
|
# See the following thread for the discussion:
|
|
# https://github.com/simple-icons/simple-icons-font/pull/73
|
|
*.md
|
|
|
|
# We use our own formatting for the data files.
|
|
_data/simple-icons.json
|
|
|
|
# JavaScript templates are invalid JavaScript so cannot be formatted.
|
|
scripts/build/templates/*.js
|
|
|
|
# Generated JavaScript files don't need to be formatted
|
|
index.js
|
|
index.mjs
|
|
index.d.ts
|