diff options
author | Silas Bartha <[email protected]> | 2023-11-10 22:56:28 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2023-11-10 22:56:28 -0500 |
commit | 5072b84d03df22efd375e4a8cfbf9740e62854fd (patch) | |
tree | a5d7e1f3d03a65cdac2b50b8f04cb6b56eb7d068 /.gitignore |
basic daemon setup
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..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |