mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
cfb81045db
* Run linters after building code in sanity check for publishing * Prettier ignore generated files
19 lines
465 B
Plaintext
19 lines
465 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
|
|
icons/*.js
|
|
icons/*.d.ts
|
|
icons.d.ts
|
|
icons.js
|
|
icons.mjs
|
|
index.js
|