diff options
author | Filipp Lepalaan <filipp@mac.com> | 2020-11-01 20:01:35 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2020-11-01 20:01:35 +0200 |
commit | 494dedf17035c1699c35cd2559f15a64eaa7eff3 (patch) | |
tree | 376e1736e696074e6ddb0cde7d9c4345b895da25 /.gitignore | |
download | hello-494dedf17035c1699c35cd2559f15a64eaa7eff3.tar.gz hello-494dedf17035c1699c35cd2559f15a64eaa7eff3.tar.bz2 hello-494dedf17035c1699c35cd2559f15a64eaa7eff3.zip |
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..4cd1283 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +nginx.conf +__pycache__ |