From 3b3f64bb359f6016d3e0d0621db227c3d1706d84 Mon Sep 17 00:00:00 2001 From: M1000fr Date: Mon, 12 Jan 2026 13:22:55 +0100 Subject: [PATCH] chore: add .gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..380bdab --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Dependencies +node_modules/ +.bun/ + +# Build outputs +dist/ +*.tsbuildinfo + +# IDE / Editor +.zed/ +.vscode/ +.idea/ +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +bun-debug.log* + +# OS +.DS_Store +Thumbs.db