diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-19 16:07:50 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-19 16:07:50 +0200 |
commit | 3c02dbcca9caa17373c47e0fa1ce9cf4715a7c84 (patch) | |
tree | 6fd6d8a2c4d618bcb6e3944b236ca5d2107fd263 /.gitignore | |
parent | ba8852883789f1c47621b2039061bebb65357519 (diff) | |
download | gopherhole-3c02dbcca9caa17373c47e0fa1ce9cf4715a7c84.tar.gz |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c83b525..59eb4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env venv/ __pycache__/ -.idea/ \ No newline at end of file +.idea/ +.space \ No newline at end of file |