mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Rename AdminMiddleware to AdminRequiredMiddleware to be consistent with stronghold/Django terminology - Simplify .gitignore pattern - Format single line docstrings as per PEP8. - Add missing docstrings. - Restrict lines to 79 characters.
26 lines
306 B
Plaintext
26 lines
306 B
Plaintext
*.pyc
|
|
*.py.bak
|
|
*.swp
|
|
*.tiny.css
|
|
data/var/log/plinth/*.log
|
|
data/var/lib/plinth/*.sqlite3
|
|
data/var/lib/plinth/sessions/*
|
|
data/var/run/*.pid
|
|
doc/*.pdf
|
|
doc/*.html
|
|
doc/plinth.1
|
|
\#*
|
|
.#*
|
|
*~
|
|
predepend
|
|
build/
|
|
.emacs.desktop*
|
|
*.egg-info/
|
|
dist/
|
|
.coverage
|
|
plinth/tests/coverage/report/
|
|
*.mo
|
|
.vagrant/
|
|
.idea/
|
|
.DS_Store
|