diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-19 14:40:29 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-19 14:40:29 +0200 |
commit | 328f2998b27ef189dac893d081d3626854fc20d4 (patch) | |
tree | 921f13ceb69f5bdadc9645326b2b924167be08f9 /.gitignore | |
download | gopherhole-328f2998b27ef189dac893d081d3626854fc20d4.tar.gz |
Initial commit
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..9bec4dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +venv/ \ No newline at end of file |