icons/, scripts/, ui/ folders are needed at root for base-apps manifest paths like ../../icons/ to resolve correctly during testing
28 lines
509 B
Plaintext
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
|