mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
25 lines
212 B
Plaintext
25 lines
212 B
Plaintext
|
## editors
|
||
|
/.idea
|
||
|
/.vscode
|
||
|
|
||
|
## system files
|
||
|
.DS_Store
|
||
|
|
||
|
## npm
|
||
|
/node_modules/
|
||
|
/npm-debug.log
|
||
|
|
||
|
## testing
|
||
|
/coverage/
|
||
|
|
||
|
## temp folders
|
||
|
/.tmp/
|
||
|
|
||
|
# build
|
||
|
/_site/
|
||
|
/dist/
|
||
|
/out-tsc/
|
||
|
|
||
|
storybook-static
|
||
|
custom-elements.json
|