view .gitignore @ 1050:47a6fc0df3a9

did: cleanup unnecessasry annotations, comments
author sam <sam@basx.dev>
date Fri, 29 Mar 2024 16:01:53 +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