8174e3e64f
* Add OS X resource forks and other stuff to gitignore * fix #655, try to set Dock icon only if not using app bundle * update CHANGELOG.md * try to set macOS icon only when using jar bundle, as in app bundle macOS sets everything automatically Co-authored-by: Ryan Dowling <ryan@ryandowling.me>
39 lines
401 B
Text
39 lines
401 B
Text
# Binaries
|
|
.gradle/
|
|
build/
|
|
|
|
# Runtime
|
|
bin/
|
|
dist/
|
|
run/
|
|
|
|
# IDE Config
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
|
|
# Launcher Test Run Directory
|
|
testLauncher/
|
|
|
|
# OS X
|
|
.DS_Store
|
|
._*
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# ACT
|
|
.actrc
|
|
.secrets
|
|
|
|
# Other
|
|
java_pid*.hprof
|
|
*.log
|
|
mockserver_keystore_*
|
|
|
|
# crowdin config
|
|
crowdin.yml
|