Create Windows junctions at root pointing to src/main/assets/: mklink /J icons src\main\assets\icons mklink /J scripts src\main\assets\scripts mklink /J ui src\main\assets\ui This avoids duplicating files while allowing base-apps manifest paths like ../../icons/ to resolve correctly.
31 lines
507 B
Plaintext
31 lines
507 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
|
|
|
|
# Junctions to src/main/assets/ for base-apps testing
|
|
# Create with: mklink /J icons src\main\assets\icons (etc.)
|
|
/icons
|
|
/scripts
|
|
/ui
|
|
|
|
# Sandbox data created during testing
|
|
/src/main/assets/sandbox_data/
|
|
|
|
# Misc
|
|
NUL
|