Files
MosisService/.gitignore
omigamedev f3eab207a5 add shared assets at root for base-apps testing
icons/, scripts/, ui/ folders are needed at root for base-apps
manifest paths like ../../icons/ to resolve correctly during testing
2026-01-20 12:46:29 +01:00

28 lines
509 B
Plaintext

# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
.cxx
.DS_Store
/designer/test/*test_result.txt
/sandbox-test/test_results.json
# Test output files
/tests/
*.png
test_*.json
test_*.txt
test_*.log
*_hierarchy.json
recorded_actions.json
# Note: /icons/, /scripts/, /ui/ at root are needed for base-apps testing
# They should be copies of src/main/assets/{icons,scripts,ui}
# Sandbox data created during testing
/src/main/assets/sandbox_data/
# Misc
NUL