view .gitignore @ 1078:799a630aa2bb

add: console for windows debug builds
author sam <sam@basx.dev>
date Wed, 03 Apr 2024 02:59:21 -0700
parents 459fe2761311
children de1c60dbfe6e
line wrap: on
line source

# nim directories
nimcache/
nimblecache/
nimbledeps/

# for builds in general
build/

# from windows build
*.pdb

# other
notes