AppleCommander/.gitignore

39 lines
435 B
Plaintext
Raw Normal View History

# Gradle work directories and settings
bin
.gradle
build/
2021-12-19 22:13:08 -06:00
# IDE's
.vscode
2023-10-20 16:14:20 -05:00
.idea
2021-12-19 22:13:08 -06:00
# In case we run it locally, AppleCommander files we don't want to commit
AppleCommander.preferences
*.bas
2022-01-08 21:26:36 -06:00
# Ignoring all disk images at root of project
/*.dsk
2022-01-18 20:34:12 -06:00
/*.DSK
2022-01-08 21:26:36 -06:00
/*.po
/*.hdv
/*.do
/*.2mg
/*.2img
2022-01-18 20:34:12 -06:00
/*.nib
# Eclipse
.classpath
.project
.settings
*.jpage
# ca65 output we don't need to commit
*.o
*.lst
# Mac OS X
.DS_Store
# Windows
**/Thumbs.db