aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-10-11 16:59:12 -0500
committerJesús <heckyel@hyperbola.info>2018-10-11 16:59:12 -0500
commit148206ce5cf682c500aadc16b1d826c0f400c0a9 (patch)
treeb196190aed3e95e14659d1fbad5a93e852c6dc27 /.gitignore
parenta1dd0c73fc8f637cb0fc66c34bd1b061417ca38e (diff)
downloadpersonal-site-148206ce5cf682c500aadc16b1d826c0f400c0a9.tar.lz
personal-site-148206ce5cf682c500aadc16b1d826c0f400c0a9.tar.xz
personal-site-148206ce5cf682c500aadc16b1d826c0f400c0a9.zip
Added static admin to .gitignore
it's generated with "./manage.py collectstatic"
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b7804ce..df5eba6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ personalsite/settings.py
db.sqlite3
media
venv/
+core/static/admin/
### Sass ###
.sass-cache/
*.css.map