fmartingr.com/.gitignore
Felipe Martin cba44a38fc
Simple lektor sass plugin
- Using python's libsass to compile the final CSS
Closes #4
2020-11-30 18:13:36 +01:00

25 lines
185 B
Text

# python
__pycache__
.venv
# emacs
*~
# static js
assets/static/js
assets/static/css
# Tests
tests/venv
# Build
public
# Lektor
.lektor
packages/**/*.egg-info
# macOS
.DS_Store