mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-10-31 16:04:51 +00:00
38 lines
429 B
Plaintext
38 lines
429 B
Plaintext
# Gradle work directories and settings
|
|
bin
|
|
.gradle
|
|
build/
|
|
|
|
# IDE's
|
|
.vscode
|
|
|
|
# In case we run it locally, AppleCommander files we don't want to commit
|
|
AppleCommander.preferences
|
|
*.bas
|
|
|
|
# Ignoring all disk images at root of project
|
|
/*.dsk
|
|
/*.DSK
|
|
/*.po
|
|
/*.hdv
|
|
/*.do
|
|
/*.2mg
|
|
/*.2img
|
|
/*.nib
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings
|
|
*.jpage
|
|
|
|
# ca65 output we don't need to commit
|
|
*.o
|
|
*.lst
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
|
|
# Windows
|
|
**/Thumbs.db
|