diff options
author | Arun Isaac | 2022-04-14 13:12:31 +0530 |
---|---|---|
committer | Arun Isaac | 2022-04-14 13:12:31 +0530 |
commit | 19bd6994abf5f13a474fdbaba233dd073ee8284e (patch) | |
tree | 542abc7536b87adfed66444257cbd8c78dd0fb99 | |
parent | 4fb288ea19932f88dc7c555a1f7e407f0bba491d (diff) | |
download | tissue-19bd6994abf5f13a474fdbaba233dd073ee8284e.tar.gz tissue-19bd6994abf5f13a474fdbaba233dd073ee8284e.tar.lz tissue-19bd6994abf5f13a474fdbaba233dd073ee8284e.zip |
gitignore: Add gitignore.
* .gitignore: New file.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..472fecd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.go
\ No newline at end of file |