diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-26 14:34:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-26 14:34:37 -0600 |
| commit | c4833e5ca8bbe6be6ab0f7880703d940423da6cc (patch) | |
| tree | 12733c43a6027959d7da58aeadbacfcc8297f624 | |
| parent | 481bec2a3b41bf5e4236b4f855875597326bceae (diff) | |
gitignore: initial commit
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21f979d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +!**/.keep +result +flake.lock |
