Skip to content

Commit c4b5ac3

Browse files
committed
add gitignore
1 parent c350f07 commit c4b5ac3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**/node_modules/*
2+
node_modules
3+
**/node_modules
4+
**/bundle.js
5+
**/bundle-es5.js
6+
**/.angular
7+
**/package-lock.json

0 commit comments

Comments
 (0)