Consolidate gitignore

This commit is contained in:
2024-12-24 11:38:42 -05:00
parent 2362e53f61
commit ebc1e3a331
6 changed files with 0 additions and 145 deletions

29
dashboard/.gitignore vendored
View File

@@ -1,29 +0,0 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.env
dashboard/build/**
dashboard-server/frontend/build/**
**/build/**
._*