chore: remove formatting configs and clean up gitignore

- Delete husky pre-commit hook and prettier config files
- Remove VS Code chat/copilot settings
- Reorganize and clean up gitignore entries
This commit is contained in:
manjaroblack 2025-07-22 17:32:27 -05:00
parent 47517b22de
commit 2c37cf61c6
No known key found for this signature in database
GPG Key ID: 02FD4111DA5560B4
6 changed files with 27 additions and 9461 deletions

38
.gitignore vendored
View File

@ -1,30 +1,44 @@
# Node modules
# Dependencies
node_modules/
package-lock.json
pnpm-lock.yaml
bun.lock
deno.lock
# Logs
logs
logs/
*.log
npm-debug.log*
# Build output
build/*.txt
web-bundles/
# Environment variables
.env
# System files
.DS_Store
Thumbs.db
# Environment variables
.env
# Development tools and configs
.prettierignore
.prettierrc
.husky/
CLAUDE.md
.ai/*
test-project-install/*
sample-project/*
.claude
# IDE and editor configs
.windsurf/
.trae/
.bmad*/.cursor/
# AI assistant files
CLAUDE.md
.ai/*
.claude
.gemini
# Project-specific
.bmad-core
.bmad-creator-tools
.gemini
.bmad*/.cursor/
web-bundles/
test-project-install/*
sample-project/*

View File

@ -1,2 +0,0 @@
# Run lint-staged to format and lint YAML files
npx lint-staged

View File

@ -1,21 +0,0 @@
# Dependencies
node_modules/
package-lock.json
# Build outputs
dist/
# Generated files
*.log
*.lock
# BMad core files (have their own formatting)
bmad-core/**/*.md
# Specific files that need custom formatting
.roomodes
CHANGELOG.md
# IDE files
.vscode/
.idea/

View File

@ -1,23 +0,0 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"endOfLine": "lf",
"overrides": [
{
"files": "*.md",
"options": {
"proseWrap": "preserve",
"printWidth": 120
}
}
]
}

View File

@ -1,10 +1,4 @@
{
"chat.agent.enabled": true,
"chat.agent.maxRequests": 15,
"github.copilot.chat.agent.runTasks": true,
"chat.mcp.discovery.enabled": true,
"github.copilot.chat.agent.autoFix": true,
"chat.tools.autoApprove": false,
"cSpell.words": [
"Agentic",
"atlasing",
@ -47,4 +41,4 @@
"Trae",
"VNET"
]
}
}

9396
package-lock.json generated

File diff suppressed because it is too large Load Diff