Skip to content

Commit 9342575

Browse files
committed
build: add gitignore
1 parent e91571c commit 9342575

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
**/.DS_Store
2+
*-debug.log
3+
*-error.log
4+
/.idea
5+
/.nyc_output
6+
/dist
7+
/lib
8+
/tmp
9+
/yarn.lock
10+
node_modules
11+
oclif.lock
12+
oclif.manifest.json
13+
.env
14+
**/wallet
15+
/generated/*
16+
!/generated/.gitkeep*
17+
/templates/**/*/package-lock.json

0 commit comments

Comments
 (0)