# Gradle work directories and settings bin .gradle build/ # IDE's .vscode .idea # In case we run it locally, AppleCommander files we don't want to commit AppleCommander.preferences *.bas reports/ # Ignoring all disk images at root of project /*.dsk /*.DSK /*.po /*.hdv /*.do /*.2mg /*.2img /*.nib # Ignoring all the test output if we've enabled writing the disks /lib/ac-api/*.do /lib/ac-api/*.dsk /lib/ac-api/*.po /lib/ac-api/*.nib /lib/ac-api/*.hdv # Eclipse .classpath .project .settings *.jpage # ca65 output we don't need to commit *.o *.lst # Mac OS X .DS_Store # Windows **/Thumbs.db