Updated .gitignore

This commit is contained in:
Mattia Giambirtone 2022-06-14 22:46:25 +02:00
parent d3b9418fea
commit a361f91950
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -2,6 +2,7 @@
nimcache/ nimcache/
nimblecache/ nimblecache/
htmldocs/ htmldocs/
*.pbc # Peon bytecode files tests/*.pbc # Peon bytecode files
peon peon
bin/ bin/
.vscode/