Skip to content

Commit 34bb168

Browse files
committed
Updated gitignore
1 parent 66f0687 commit 34bb168

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

core-kotlin/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
/bin/
2+
3+
#ignore gradle
4+
.gradle/
5+
6+
7+
#ignore build and generated files
8+
build/
9+
node/
10+
out/
11+
12+
#ignore installed node modules and package lock file
13+
node_modules/
14+
package-lock.json

0 commit comments

Comments
 (0)