mirror of
https://github.com/iconify/iconify.git
synced 2025-01-06 23:23:58 +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
|
||||
*.map
|
||||
node_modules
|
||||
imports-test.mjs
|
||||
npm-debug.log
|
||||
yarn.lock
|
||||
tsconfig.tsbuildinfo
|
||||
lib
|
||||
dual-lib
|
||||
tests-compiled
|
||||
|
@ -1,16 +1,17 @@
|
||||
.idea
|
||||
.vscode
|
||||
.DS_Store
|
||||
.eslintrc.js
|
||||
*.map
|
||||
.eslintignore
|
||||
node_modules
|
||||
imports-test.mjs
|
||||
npm-debug.log
|
||||
yarn.lock
|
||||
tsconfig.tsbuildinfo
|
||||
tsconfig*.json
|
||||
jest.config.js
|
||||
.eslintrc.cjs
|
||||
tsconfig.json
|
||||
jest.config.*
|
||||
jest.shared.config.cjs
|
||||
vitest.config.*
|
||||
build.config.ts
|
||||
src
|
||||
spec
|
||||
tests
|
||||
tests-compiled
|
||||
|
Loading…
Reference in New Issue
Block a user