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/
|
2023-03-20 01:20:22 +00:00
|
|
|
local.properties
|
2017-10-21 02:51:30 +00:00
|
|
|
|
|
|
|
# JVM error logs
|
|
|
|
hs_err_pid*.log
|
|
|
|
replay_pid*.log
|