diff options
author | Melody Horn <melody@boringcactus.com> | 2020-12-15 22:40:04 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-12-15 22:40:04 -0700 |
commit | f8383e59ceb16a37f3dbea7ec103552168376fa0 (patch) | |
tree | 86468a614b66351ca9ef584f8d172e972992659b /.gitignore | |
download | arewe1.0yet-f8383e59ceb16a37f3dbea7ec103552168376fa0.tar.gz arewe1.0yet-f8383e59ceb16a37f3dbea7ec103552168376fa0.zip |
initial website logic
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48e0006 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/*.tar.gz +/out/ +/venv +/.idea |