Initial open-source release

This commit is contained in:
Deimos
2018-07-17 13:39:29 -06:00
commit e980ab3bda
414 changed files with 26238 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
.vagrant
Customfile
__pycache__
*.py[co]
*.egg-info/
.cache/
.mypy_cache/
.webassets-cache/
.webassets-manifest
*.gz
*.log
# don't track the built versions of CSS and JS
tildes/static/css/*
tildes/static/js/third_party.js
tildes/static/js/tildes.js
# don't track the site-icons spritesheet(s)
tildes/static/images/site-icons*