2018-03-03 01:54:09 +00:00
|
|
|
# Gradle work directories and settings
|
2017-11-03 05:49:36 +00:00
|
|
|
bin
|
2018-03-03 01:54:09 +00:00
|
|
|
.gradle
|
|
|
|
build/
|
|
|
|
|
2021-12-20 04:13:08 +00:00
|
|
|
# IDE's
|
|
|
|
.vscode
|
|
|
|
|
2018-03-03 01:54:09 +00:00
|
|
|
# In case we run it locally, AppleCommander files we don't want to commit
|
2017-11-03 05:49:36 +00:00
|
|
|
AppleCommander.preferences
|
2018-05-09 02:40:47 +00:00
|
|
|
*.bas
|
2018-03-03 01:54:09 +00:00
|
|
|
|
|
|
|
# Ignoring all disk images
|
2017-11-03 05:49:36 +00:00
|
|
|
*.dsk
|
|
|
|
*.po
|
|
|
|
*.hdv
|
|
|
|
*.do
|
|
|
|
*.2mg
|
|
|
|
*.2img
|
2018-03-03 01:54:09 +00:00
|
|
|
# But allowing disk images from the unit tests
|
2021-12-21 23:09:22 +00:00
|
|
|
!lib/ac-api/src/test/resources/disks/*
|
2018-03-03 01:54:09 +00:00
|
|
|
|
|
|
|
# Eclipse
|
2017-11-16 05:00:11 +00:00
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings
|
2018-03-03 01:54:09 +00:00
|
|
|
*.jpage
|
|
|
|
|
|
|
|
# ca65 output we don't need to commit
|
|
|
|
*.o
|
|
|
|
*.lst
|
|
|
|
|
|
|
|
# Mac OS X
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Windows
|
|
|
|
**/Thumbs.db
|