shithub: cstory

ref: 4cd09e79906f64a773eb3c76fd9ae9427de96d2a
dir: /.gitignore/

View raw version
# Misc
/obj
build_en/*.dat
build_en/*.rec
build_jp/*.dat
build_jp/*.rec
build.7z
build.zip
msvc2003/devilution/orig.asm
msvc2003/devilution/compare.asm

# Build output
build_en/*.exe
build_en/*.exe.manifest
build_jp/*.exe
build_jp/*.exe.manifest

# MSVC trash
msvc2003/CSE2.ncb
msvc2003/CSE2.suo
msvc2003/Debug
msvc2003/Release
msvc2003/Debug (Japanese)
msvc2003/Release (Japanese)

# Exclude VSCode folder
.vscode/*

# Do not exclude common files that we might actually add in the future (could be used for having build commands or the like)
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json