diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-11-10 20:37:25 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-11-10 20:37:34 -0300 |
commit | baa1a7d4e585f0a4eef844bdcd420ae38e3fd5e2 (patch) | |
tree | adf90e142f4f3e8a9e9e9a2316af5dac778b1668 /.gitignore | |
parent | 3d877ec7a5a832babbcb8ba384f2e7546a9c3401 (diff) |
Add ignore rules
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..d7ce2cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +/public/ +/venv/ +/vtestenv/ |