7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
# Ignore all directories with binary files.
|
|
/scenes
|
|
/blender
|
|
# Ignore production configuration files.
|
|
/config/*.cfg
|
|
# Ignore Python cache
|
|
__pycache__ |