mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 10:17:39 +02:00
22 lines
284 B
Plaintext
22 lines
284 B
Plaintext
# 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
|