Create KickAssembler.gitignore

This commit is contained in:
Raffaele Intorcia 2022-11-06 17:04:30 +01:00 committed by GitHub
parent e5323759e3
commit b95ed31a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
KickAssembler.gitignore Normal file
View File

@ -0,0 +1,21 @@
# gitignore template for KickAssembler project inside Visual Studio Code
# website: http://theweb.dk/KickAssembler/Main.html
#
# Generated from build
build
*.prg
*.sym
*.dbg
# typical lib folder
.ra
# gradle
.gradle
# other unused files
.asminfo.txt
.source.txt
*.vs
.idea
.vscode