diff options
| author | IogaMaster <[email protected]> | 2023-11-02 15:00:54 -0600 |
|---|---|---|
| committer | IogaMaster <[email protected]> | 2023-11-02 15:01:34 -0600 |
| commit | 88769e82fc80939d61429ea6cbb03057e81a5dcb (patch) | |
| tree | a9233949676d5cbf80a4ca376eee079314122414 /.gitignore | |
| parent | Create issue templates (diff) | |
| download | compfy-88769e82fc80939d61429ea6cbb03057e81a5dcb.tar.xz compfy-88769e82fc80939d61429ea6cbb03057e81a5dcb.zip | |
Add flake.nix and .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5adaf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Nix +result* + +# Misc +.direnv |