This repository has been archived on 2023-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
blender-cloud-addon/.gitignore
Sybren A. Stüvel 7e9e1d122c Added setup.py so we can package the addon as ZIP.
`python setup.py bdist` creates dist/blender_cloud*.addon.zip, which can
be installed by Blender.
2016-03-31 16:01:17 +02:00

10 lines
98 B
Plaintext

*.pyc
*.swp
*.blend
*.blend[1-9]
blender_cloud/wheels/*.whl
/textures*/
/test_*.py
/dist/
/build/