mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
add gitignore
This commit is contained in:
parent
360e020b64
commit
f437a9ab88
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Cargo artifacts
|
||||||
|
target
|
||||||
|
|
||||||
|
# Direnv cache
|
||||||
|
/.direnv
|
||||||
|
|
||||||
|
# Nix artifacts
|
||||||
|
result*
|
||||||
|
|
||||||
|
# GitLab CI cache
|
||||||
|
/.gitlab-ci.d
|
||||||
Loading…
Add table
Add a link
Reference in a new issue