
- a line in the .gitignore file to ignore the built documentation tree. - a complete revision/editorial pass of all non-technical documents that outline process, project fundamentals, and background. These edits clarified the text, unified the style, and elaborated on stubs.
19 lines
189 B
Plaintext
19 lines
189 B
Plaintext
dist/
|
|
bin/
|
|
develop-eggs/
|
|
build/
|
|
eggs/
|
|
parts/
|
|
.installed.cfg
|
|
mediagoblin.egg-info
|
|
*.pyc
|
|
*.pyo
|
|
docs/_build/
|
|
docs/build
|
|
user_dev/
|
|
paste_local.ini
|
|
mediagoblin_local.ini
|
|
server-log.txt
|
|
*~
|
|
*.swp
|