diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..985ef8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Ignore all cloned repositories +Package-Workspace/**/repo/ + +# Ignore common build artifacts +**/node_modules/ +**/target/ +**/build/ +**/dist/ +**/.git/ +**/vendor/ + +# Ignore IDE files +**/.vscode/ +**/.idea/ +**/*.swp +**/*.swo + +# Ignore OS files +**/.DS_Store +**/Thumbs.db + +# Ignore logs +**/*.log \ No newline at end of file