2018-03-02 19:54:09 -06:00
|
|
|
# Gradle work directories and settings
|
2017-11-02 22:49:36 -07:00
|
|
|
bin
|
2018-03-02 19:54:09 -06:00
|
|
|
.gradle
|
|
|
|
build/
|
|
|
|
|
2021-12-19 22:13:08 -06:00
|
|
|
# IDE's
|
|
|
|
.vscode
|
|
|
|
|
2018-03-02 19:54:09 -06:00
|
|
|
# In case we run it locally, AppleCommander files we don't want to commit
|
2017-11-02 22:49:36 -07:00
|
|
|
AppleCommander.preferences
|
2018-05-08 21:40:47 -05:00
|
|
|
*.bas
|
2018-03-02 19:54:09 -06:00
|
|
|
|
2022-01-08 21:26:36 -06:00
|
|
|
# Ignoring all disk images at root of project
|
|
|
|
/*.dsk
|
|
|
|
/*.po
|
|
|
|
/*.hdv
|
|
|
|
/*.do
|
|
|
|
/*.2mg
|
|
|
|
/*.2img
|
2018-03-02 19:54:09 -06:00
|
|
|
|
|
|
|
# Eclipse
|
2017-11-15 23:00:11 -06:00
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings
|
2018-03-02 19:54:09 -06:00
|
|
|
*.jpage
|
|
|
|
|
|
|
|
# ca65 output we don't need to commit
|
|
|
|
*.o
|
|
|
|
*.lst
|
|
|
|
|
|
|
|
# Mac OS X
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Windows
|
|
|
|
**/Thumbs.db
|