Skip to content

Commit e2636b6

Browse files
committed
chore: cleanup
1 parent 8c00e2b commit e2636b6

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.npmignore

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
*.dat
22
*.gz
3+
*.js
4+
*.log
35
*.log
46
*.out
57
*.pid
68
*.sublime-project
79
*.sublime-workspace
810
*.tmp
911
*.zip
10-
.cache/
12+
.cache
1113
.DS_Store
12-
.idea/
14+
.github
15+
.idea
1316
.nyc_output
14-
.sass-cache/
15-
/.project
16-
/build/
17-
/coverage/
18-
/profiles
19-
/docs/
20-
/test/
21-
/tools
22-
atlassian-ide-plugin.xml
23-
node_modules/
24-
npm-debug.log
17+
.project
18+
.sass-cache
19+
/src/tests
20+
build
21+
coverage
22+
docs
23+
node_modules
24+
profiles
25+
test-result*.json
2526
Thumbs.db
27+
tools

docs/howto-customize-errors.md

Whitespace-only changes.

0 commit comments

Comments
 (0)