aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-10-11 12:33:40 -0500
committerJesús <heckyel@hyperbola.info>2018-10-11 12:33:40 -0500
commit932fd81b908c9c91c53a99085784599f535fbf24 (patch)
treeb94500a20e771a3844bdbad81741fdf0122e9f95 /.gitignore
downloadpersonal-site-932fd81b908c9c91c53a99085784599f535fbf24.tar.lz
personal-site-932fd81b908c9c91c53a99085784599f535fbf24.tar.xz
personal-site-932fd81b908c9c91c53a99085784599f535fbf24.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
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