Those should either be in your global gitignore, or in .git/info/exclude.
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
*.pyc
|
|
*.db
|
|
*.blend[0-9]*
|
|
|
|
webservice/venv/
|
|
docs/venv/
|
|
docs/build/
|
|
client/venv/
|
|
|
|
client/client/config.json
|
|
webservice/bam/config.py
|
|
|
|
# generated
|
|
doc/source/reference/index.rst
|