feat: apply ignores from .gitignore/.ignore files
1 file changed, 23 insertions(+), 0 deletions(-)
changed files
A testcases/ignores/nested/subdir/.ignore
@@ -0,0 +1,23 @@ +# Subdirectory specific ignores +*.cache +*.bak +test-output/ +coverage/ + +# Local development files +local-config.json +debug.txt + +# Compiled files +*.o +*.so +*.dll + +# Package files +*.jar +*.war +*.nar + +# Test files +test-results/ +*.test