From 3d74d7761d39d2a046b8e05a07208f6f42b663c0 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 22 Sep 2019 12:52:24 -0500 Subject: [PATCH] update gitignore to xevion.dev standards --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..d082a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,19 @@ +# Custom +/xeviondevenv/* +xevion.dev.ini +*.old +*.pem +*.pyc +key +/app.db +/key +/hidden +/migrations/* +/venv/* +/app/__pycache__/* +/__pycache__/* +app/static/token.dat + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]