- 📝 Add comprehensive README.md, CONTRIBUTING.md, and 🔒 SECURITY.md documentation - 🔧 Integrate code formatting tool and refactor existing codebase to meet style guidelines - ⬆️ Update project dependencies to latest stable versions - 🤖 Implement pre-commit hook for automated code formatting #documentation #tooling #maintenance
21 lines
No EOL
268 B
Text
21 lines
No EOL
268 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
|
|
node_modules
|
|
dist
|
|
out
|
|
extras
|
|
# we are using bun, the package-lock.json only exists after running the macos build
|
|
package-lock.json
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw? |