diff --git a/.gitignore b/.gitignore index efc4daa6..daebeb32 100644 --- a/.gitignore +++ b/.gitignore @@ -107,4 +107,7 @@ sample/Assets/Vuplex* __pycache__/ *.pyc -.pytest_cache/ \ No newline at end of file +.pytest_cache/ + +!/sample/Builds +!*.gitkeep \ No newline at end of file diff --git a/sample/Builds/.gitkeep b/sample/Builds/.gitkeep new file mode 100644 index 00000000..e69de29b