diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-29 13:13:48 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-29 13:13:48 -0500 |
commit | 0feb366b10cf422f12d18fa753e5d876120f4195 (patch) | |
tree | 477d4966864dfa75617da1bd2841f36fe135fde7 |
initial commit
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75c0f2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*.sass-cache +*~ + +# OS generated files # +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db +*.pyc +venv/ +site/ +/static/ +config/settings.py +*.log +current.sql |