41fff9eb9c
Closes #83
30 lines
246 B
Plaintext
30 lines
246 B
Plaintext
# Hidden files
|
|
.*
|
|
|
|
# Temporary files
|
|
*~
|
|
|
|
# Git
|
|
!.git*
|
|
|
|
# GitHub
|
|
!/.github
|
|
|
|
# EditorConfig
|
|
!.editorconfig
|
|
|
|
# IntelliJ Idea
|
|
out/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Gradle
|
|
build/
|
|
kotlin-js-store/
|
|
local.properties
|
|
|
|
# JVM error logs
|
|
hs_err_pid*.log
|
|
replay_pid*.log
|