Updated .gitignore

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

3
.gitignore vendored
View File

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