diff options
author | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:06:48 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:25:26 -0700 |
commit | e331e95e3f3607bd1707b60f61e209e4aeac05f6 (patch) | |
tree | 05eb02197f870ac99c62af71e3364dda3c013a83 /.gitignore |
initial package of kaylee
Force-Push: working CI? that's unpossible Change-Id: I03dfbbcff92f2166616d26d4c3d556261a327d8b
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..794c189 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/result +/result-* +/.direnv +*.swp |