chore: init gitignore
Some checks failed
build configuration / build_and_cache_rescue01 (push) Failing after 40s
build configuration / build_and_cache_storage01 (push) Failing after 43s
build configuration / build_and_cache_geo02 (push) Failing after 42s
build configuration / build_and_cache_compute01 (push) Failing after 44s
build configuration / build_and_cache_geo01 (push) Failing after 43s
build configuration / build_and_cache_vault01 (push) Failing after 32s
build configuration / build_and_cache_web01 (push) Failing after 36s
build configuration / build_and_cache_web02 (push) Failing after 38s
build configuration / build_and_cache_bridge01 (push) Failing after 38s
lint / check (push) Failing after 19s
build configuration / build_and_cache_krz01 (push) Failing after 1m58s

This commit is contained in:
Julien Malka 2024-10-12 00:23:05 +02:00
parent d05fcb7e2c
commit b60016c38a
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
.direnv
#ignore vm images
*.qcow2
.gcroots
.pre-commit-config.yaml