Add zig, node, and hypothesis to gitignore (#8)
This commit is contained in:
parent
2afadbbbb9
commit
7d951a7f73
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -26,4 +26,12 @@ __pycache__/
|
|||
*.pyc
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
.hypothesis/
|
||||
.vercel
|
||||
|
||||
# Zig
|
||||
.zig-cache/
|
||||
zig-out/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue