mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
parent
f8dee76cd5
commit
ae72f3877e
32
.gitignore
vendored
32
.gitignore
vendored
@ -1,23 +1,33 @@
|
|||||||
|
# Gradle work directories and settings
|
||||||
bin
|
bin
|
||||||
|
.gradle
|
||||||
|
build/
|
||||||
|
|
||||||
|
# In case we run it locally, AppleCommander files we don't want to commit
|
||||||
AppleCommander.preferences
|
AppleCommander.preferences
|
||||||
|
|
||||||
|
# Ignoring all disk images
|
||||||
*.dsk
|
*.dsk
|
||||||
*.po
|
*.po
|
||||||
*.hdv
|
*.hdv
|
||||||
*.do
|
*.do
|
||||||
*.2mg
|
*.2mg
|
||||||
*.2img
|
*.2img
|
||||||
.uml
|
# But allowing disk images from the unit tests
|
||||||
TODO.local
|
!src/test/resources/disks/*
|
||||||
*.jpage
|
|
||||||
work
|
# Eclipse
|
||||||
TestImage.*
|
|
||||||
**/Thumbs.db
|
|
||||||
*.o
|
|
||||||
*.lst
|
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.gradle
|
*.jpage
|
||||||
build/
|
|
||||||
target/
|
# ca65 output we don't need to commit
|
||||||
|
*.o
|
||||||
|
*.lst
|
||||||
|
|
||||||
|
# Mac OS X
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
**/Thumbs.db
|
||||||
|
Loading…
Reference in New Issue
Block a user