kotlin-result/.gitignore

28 lines
211 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
!.github
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