chore: add .gitignore

This commit is contained in:
M1000fr
2026-01-12 13:22:55 +01:00
parent 7fb2e3dc88
commit 3b3f64bb35

28
.gitignore vendored Normal file
View File

@@ -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