mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 14:59:11 +02:00
Initial open-source release
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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*
|
||||
Reference in New Issue
Block a user