diff options
| author | Fuwn <[email protected]> | 2024-06-17 08:11:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-17 08:11:06 -0700 |
| commit | 6925113da492053fb341af6da03f07ad1d66136c (patch) | |
| tree | 1c321cc4228e2ae1b55d830a148ff218e9122484 /.gitignore | |
| parent | build: nix flake (diff) | |
| download | locus-6925113da492053fb341af6da03f07ad1d66136c.tar.xz locus-6925113da492053fb341af6da03f07ad1d66136c.zip | |
build(nix): simple docker builder
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,5 @@ # Cargo target -Cargo.lock # CLion .idea @@ -15,3 +14,6 @@ fleet.toml # Viusal Studio Code .vscode + +# Nix +result |