mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
323 B
23 lines
323 B
.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 site icon files
|
|
tildes/static/images/site-icons/*.png
|