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
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:
parent
d05fcb7e2c
commit
b60016c38a
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal 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
|
Loading…
Reference in a new issue