view .gitignore @ 1030:7cd6db220c82

merge
author sam <sam@basx.dev>
date Thu, 21 Mar 2024 15:41:30 +0700
parents 8f531865d3c8 9e7937b7bcc8
children 9b5c00ca0e7e
line wrap: on
line source

# nim directories
nimcache/
nimblecache/
nimbledeps/

# for builds in general
build/

# from windows build
*.pdb

notes