fmartingr.com/.gitignore

22 lines
165 B
Text

# python
__pycache__
.venv
# emacs
*~
# static js
assets/static/js
assets/static/css
# Tests
tests/venv
# Build
public
# Hugo
resources/_gen
# macOS
.DS_Store