30 lines
453 B
Plaintext
30 lines
453 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
|
|
|
|
# Duplicate asset folders (use src/main/assets/ instead)
|
|
/icons/
|
|
/scripts/
|
|
/ui/
|
|
|
|
# Sandbox data created during testing
|
|
/src/main/assets/sandbox_data/
|
|
|
|
# Misc
|
|
NUL
|