fmartingr.com/.gitignore

25 lines
184 B
Plaintext
Raw Permalink Normal View History

2016-12-19 14:42:34 +00:00
# python
__pycache__
2019-10-07 16:15:44 +00:00
.venv
2016-12-19 14:42:34 +00:00
2016-12-03 21:10:25 +00:00
# emacs
*~
# static js
2020-01-12 19:26:01 +00:00
assets/static/js
2016-12-15 23:39:00 +00:00
assets/static/css
2016-12-19 14:42:34 +00:00
# Tests
tests/venv
2016-12-25 22:52:18 +00:00
# Build
2019-09-27 16:53:57 +00:00
public
2020-01-12 19:26:01 +00:00
# Lektor
.lektor
2020-08-02 17:28:13 +00:00
packages/**/*.egg-info
2020-08-02 17:28:13 +00:00
# macOS
.DS_Store