2
0
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:
Vjacheslav Trushkin 2022-03-16 11:04:16 +02:00
parent d5a7e5724d
commit ef8ff7a76a
2 changed files with 7 additions and 9 deletions

View File

@ -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

View File

@ -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