Skip to content

Commit 0491c4d

Browse files
authored
Add .kotlin to gitignore (#1333)
Add .kotlin to gitignore as these are build files and should not be commited
1 parent 11f1a1e commit 0491c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ gradle-app.setting
9393
# Java heap dump
9494

9595
# End of https://www.toptal.com/developers/gitignore/api/android,gradle,java
96+
.kotlin/
9697
.DS_Store
9798
bin/*
9899
.build/

0 commit comments

Comments
 (0)