all repos — erl @ d29d0816680a343ee47c40fa9ace8d80862ac412

Execute Reload Loop

feat: apply ignores from .gitignore/.ignore files

Alan Pearce
commit

d29d0816680a343ee47c40fa9ace8d80862ac412

parent

a52be32962b55478c31d6f4e1139e4ab4b140100

1 file changed, 59 insertions(+), 0 deletions(-)

changed files
A testcases/ignores/multiple/.ignore
@@ -0,0 +1,59 @@
+# Runtime files +*.pid +*.lock +*.sock + +# Temporary files +*.tmp +*.temp +*.bak +*.swp +*.swo + +# Cache directories +.cache/ +cache/ +tmp/ + +# Development files +*.dev +*.local +.env.local +.env.development + +# Test files +*.test +test-output/ +coverage/ +.nyc_output/ + +# Documentation build +docs/_build/ +site/ + +# Local configuration +config.local.* +settings.local.* + +# Backup files +*.backup +*.old + +# System files +*.pid +*.seed +*.pid.lock + +# Runtime data +pids/ +logs/ +*.log.* + +# Dependency directories specific to .ignore +vendor/ +.vendor/ + +# Editor backup files +*~ +.#* +#*#