kotlin-result/.gitignore

29 lines
229 B
Plaintext
Raw Permalink 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/
local.properties
2017-10-21 02:51:30 +00:00
# JVM error logs
hs_err_pid*.log
replay_pid*.log