diff options
author | heqnx <root@heqnx.com> | 2025-06-04 12:34:53 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-04 12:34:53 +0300 |
commit | fc92b632c63b9a8fc0b674117a80ec4f6738b4f0 (patch) | |
tree | 73bab3af6a3c2fe00acb21da946af8d02f4b019a /.gitignore | |
parent | 9faac9b893f1c1ba6d7ab0af4a316ad852f1f2b4 (diff) | |
download | go-fakessl-fc92b632c63b9a8fc0b674117a80ec4f6738b4f0.tar.gz go-fakessl-fc92b632c63b9a8fc0b674117a80ec4f6738b4f0.zip |
added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43b6127 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.zip +build/ |