chore: updated ignore files
This commit is contained in:
+13
-4
@@ -1,4 +1,13 @@
|
|||||||
.idea
|
.idea/
|
||||||
.git
|
.vscode/
|
||||||
node_modules
|
node_modules/
|
||||||
dist
|
dist/
|
||||||
|
coverage/
|
||||||
|
|
||||||
|
.npm/
|
||||||
|
.eslintcache
|
||||||
|
*.log
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|||||||
+5
-1
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
|
coverage
|
||||||
|
.npm
|
||||||
|
|
||||||
.husky
|
.husky
|
||||||
src
|
src
|
||||||
@@ -24,6 +26,8 @@ CODEOWNERS
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
tsconfig.eslint.json
|
tsconfig.eslint.json
|
||||||
tsup.config.ts
|
tsup.config.ts
|
||||||
eslint.config.js
|
eslint.config.cjs
|
||||||
eslint.config.typeaware.cjs
|
eslint.config.typeaware.cjs
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
jest.config.cjs
|
||||||
|
tests
|
||||||
|
|||||||
+9
-5
@@ -1,5 +1,9 @@
|
|||||||
node_modules
|
node_modules/
|
||||||
dist
|
dist/
|
||||||
.git
|
coverage/
|
||||||
.idea
|
|
||||||
.vscode
|
.git/
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
package-lock.json
|
||||||
|
|||||||
Reference in New Issue
Block a user