Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 0716131

Browse files
LewuatheNikhil Thorat
authored andcommitted
Add dist dir to gitignore (#94)
`npm run build` creates a build directory in `dist`. We can add this dir to gitignore.
1 parent 988ae5c commit 0716131

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ index.ts
77

88
npm-debug.log
99
.DS_Store
10-
.idea/
10+
dist/
11+
.idea/

0 commit comments

Comments
 (0)