fix: gitignore
This commit is contained in:
parent
6ddc1adcc8
commit
43fc6e37c5
8
default/.gitignore
vendored
8
default/.gitignore
vendored
|
@ -1 +1,9 @@
|
||||||
.direnv
|
.direnv
|
||||||
|
.pre-commit-config.yaml
|
||||||
|
#Nix
|
||||||
|
result*
|
||||||
|
#Rust
|
||||||
|
target/
|
||||||
|
#Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cot]
|
||||||
|
|
Loading…
Reference in a new issue