.gitignore in glitch3d-0.2.4.0 vs .gitignore in glitch3d-0.5.0.0
- old
+ new
@@ -5,15 +5,19 @@
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
+/venv/
/renders/*
-/fixtures/models/*
/fixtures/*.blend1
/fixtures/cache_fluid
-/fixtures/*_glitched.obj
+/fixtures/models/*_glitched.obj
!/fixtures/textures/*
!/fixtures/textures/height_maps
!/fixtures/skull.obj
+/fixtures/blendcache_base
.DS_Store
*.png
+lib/glitch3d/bpy/canvas/__pycache__/
+lib/glitch3d/bpy/__pycache__/
+fixtures/osl-shaders/*.oso
\ No newline at end of file