Skip to content

Commit 34bb168

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

core-kotlin/.gitignore

+13
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)