From 932fd81b908c9c91c53a99085784599f535fbf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 11 Oct 2018 12:33:40 -0500 Subject: Initial commit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e30bb6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +### Django ### +*.log +*.pot +*.pyc +__pycache__/ +personalsite/settings.py +db.sqlite3 +media +venv/ +### Sass ### +.sass-cache/ +*.css.map +*.sass.map +*.scss.map \ No newline at end of file -- cgit v1.2.3