mirror of
https://github.com/iconify/iconify.git
synced 2025-01-09 00:10:47 +00:00
Update ignore files in utils
This commit is contained in:
parent
d5a7e5724d
commit
ef8ff7a76a
3
packages/utils/.gitignore
vendored
3
packages/utils/.gitignore
vendored
@ -2,10 +2,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.map
|
*.map
|
||||||
node_modules
|
node_modules
|
||||||
imports-test.mjs
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn.lock
|
yarn.lock
|
||||||
tsconfig.tsbuildinfo
|
tsconfig.tsbuildinfo
|
||||||
lib
|
lib
|
||||||
dual-lib
|
|
||||||
tests-compiled
|
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.eslintrc.js
|
|
||||||
*.map
|
*.map
|
||||||
|
.eslintignore
|
||||||
node_modules
|
node_modules
|
||||||
imports-test.mjs
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn.lock
|
yarn.lock
|
||||||
tsconfig.tsbuildinfo
|
tsconfig.tsbuildinfo
|
||||||
tsconfig*.json
|
.eslintrc.cjs
|
||||||
jest.config.js
|
tsconfig.json
|
||||||
|
jest.config.*
|
||||||
|
jest.shared.config.cjs
|
||||||
|
vitest.config.*
|
||||||
|
build.config.ts
|
||||||
src
|
src
|
||||||
spec
|
|
||||||
tests
|
tests
|
||||||
tests-compiled
|
|
||||||
|
Loading…
Reference in New Issue
Block a user