all repos — erl @ d29d0816680a343ee47c40fa9ace8d80862ac412

Execute Reload Loop

feat: apply ignores from .gitignore/.ignore files

Alan Pearce
commit

d29d0816680a343ee47c40fa9ace8d80862ac412

parent

a52be32962b55478c31d6f4e1139e4ab4b140100

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