mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Ignore kotlin directory
This commit is contained in:
parent
3674ae092f
commit
0fe45a574d
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
# Kotlin
|
||||||
|
.kotlin/
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
# Local configuration file (sdk path, etc)
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
|
|
|
@ -22,3 +22,6 @@
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
replay_pid*
|
||||||
|
|
||||||
|
# Kotlin
|
||||||
|
.kotlin/
|
Loading…
Add table
Add a link
Reference in a new issue