all repos — erl @ d29d0816680a343ee47c40fa9ace8d80862ac412

Execute Reload Loop

feat: apply ignores from .gitignore/.ignore files

Alan Pearce
commit

d29d0816680a343ee47c40fa9ace8d80862ac412

parent

a52be32962b55478c31d6f4e1139e4ab4b140100

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

changed files
A testcases/ignores/simple/.gitignore
@@ -0,0 +1,18 @@
+# Logs +*.log + +# Build artifacts +build/ +dist/ + +# Temporary files +*.tmp +*.temp + +# OS files +.DS_Store +Thumbs.db + +# IDE files +.vscode/ +.idea/