kotlin-result/.gitignore

28 lines
212 B
Plaintext
Raw Normal View History

2017-10-21 02:51:30 +00:00
# Hidden files
.*
# Temporary files
*~
# Git
!.git*
2019-12-20 14:51:24 +00:00
# GitHub
2019-12-20 15:08:25 +00:00
!/.github
2019-12-20 14:51:24 +00:00
2017-10-21 02:51:30 +00:00
# EditorConfig
!.editorconfig
# IntelliJ Idea
out/
*.iml
*.ipr
*.iws
# Gradle
build/
# JVM error logs
hs_err_pid*.log
replay_pid*.log