all repos — erl @ d29d0816680a343ee47c40fa9ace8d80862ac412

Execute Reload Loop

feat: apply ignores from .gitignore/.ignore files

Alan Pearce
commit

d29d0816680a343ee47c40fa9ace8d80862ac412

parent

a52be32962b55478c31d6f4e1139e4ab4b140100

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

changed files
A testcases/ignores/nested/.gitignore
@@ -0,0 +1,13 @@
+# Root level ignores +*.log +*.tmp +build/ +node_modules/ +.env + +# IDE +.vscode/ +.idea/ + +# OS +.DS_Store