diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea9f461 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Dependencies +node_modules/ +package-lock.json +yarn.lock + +# Build outputs +.next/ +dist/ +build/ +out/ + +# Environment +.env +.env.local +.env.*.local + +# Testing +/test-results/ +/playwright-report/ +/blob-report/ +/playwright/.cache/ +*.coverage +*.coverage.json +coverage/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Logs +logs/ +*.log + +# Temporary files +*.tmp +*.temp