Skip to content

Commit 80d9ea4

Browse files
committed
ignore build directory
1 parent ce198eb commit 80d9ea4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ node_modules
44
.DS_Store
55
coverage
66
dist
7-
*.log
7+
build
8+
*.log

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jest.json
1212
tsconfig.json
1313
tslint.json
1414
yarn.lock
15-
*.log
15+
build
16+
*.log

0 commit comments

Comments
 (0)