Skip to content

Commit bc5c6ae

Browse files
committed
fix(Template): Add missing .gitignore files
- Closes #9
1 parent 0786d87 commit bc5c6ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/cli/template/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Build results
2+
dist/
3+
typings/**/*
4+
5+
# Others
6+
~$*
7+
*~
8+
node_modules/
9+
src/build/
10+
coverage/

0 commit comments

Comments
 (0)