AppleCommander/.gitignore

39 lines
435 B
Plaintext
Raw Normal View History

# Gradle work directories and settings
bin
.gradle
build/
2021-12-20 04:13:08 +00:00
# IDE's
.vscode
2023-10-20 21:14:20 +00:00
.idea
2021-12-20 04:13:08 +00:00
# In case we run it locally, AppleCommander files we don't want to commit
AppleCommander.preferences
*.bas
2022-01-09 03:26:36 +00:00
# Ignoring all disk images at root of project
/*.dsk
2022-01-19 02:34:12 +00:00
/*.DSK
2022-01-09 03:26:36 +00:00
/*.po
/*.hdv
/*.do
/*.2mg
/*.2img
2022-01-19 02:34:12 +00: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