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