diff options
author | cos <cos> | 2021-03-12 11:28:09 +0100 |
---|---|---|
committer | cos <cos> | 2021-03-12 11:28:09 +0100 |
commit | d2f186ea6b7b12fd80b764ba1048d1c5005beb2d (patch) | |
tree | b24b0492cd2c6dbad8f38dfb3ea9f7667ac4fcdf | |
parent | 47120fe9210af9d2ce0665c396a2483411c1be73 (diff) | |
download | hisgle-d2f186ea6b7b12fd80b764ba1048d1c5005beb2d.zip |
Initial addition of .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..34f17e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +go.sum +hisgle |