Skip to content

Commit ddc039b

Browse files
committed
chore: update ignore files
1 parent 0acd72d commit ddc039b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11

2+
.DS_Store
23
*.tsbuildinfo
34
.npm
45
.eslintcache
56
dist
67
out
78
node_modules
9+
package-lock.json
10+
*.log

.npmignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
.eslintrc.json
1+
eslint.config.mjs
22
.editorconfig
3-
.eslintignore
43
.gitattributes
54
.prettierignore
65
.prettierrc
76
.gitignore
8-
.github
9-
.travis.yml
10-
.vscode
7+
.github/
8+
.vscode/
119
src/
1210
test/
1311
scripts/
1412
tslint.json
15-
tsconfig.buildinfo
13+
tsconfig.build.json
14+
tsconfig.buildinfo
15+
*.tsbuildinfo
16+
*.log

0 commit comments

Comments
 (0)