kotlin-result/.gitignore

28 lines
218 B
Plaintext
Raw Normal View History

2017-10-21 02:51:30 +00:00
# Hidden files
.*
# Temporary files
*~
# Git
!.git*
# EditorConfig
!.editorconfig
# IntelliJ Idea
out/
*.iml
*.ipr
*.iws
2017-10-22 00:06:11 +00:00
# Travis CI
!.travis.yml
2017-10-21 02:51:30 +00:00
# Gradle
build/
# JVM error logs
hs_err_pid*.log
replay_pid*.log