diff options
author | Steph Enders <steph@senders.io> | 2023-12-28 06:50:09 -0500 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-12-28 06:50:09 -0500 |
commit | 37fbaff2d7c6c45dc396b0abdd7958eb0fa75762 (patch) | |
tree | 85d51fa5c526bcab43aa379dbd0686ceb67806a2 /.gitignore |
Initialize base repository for CLI helper
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30fa1ce --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config
\ No newline at end of file |