Files
TX/.gitignore
T
Riyadh 0cee551f60 Update project documentation and code comments to remove platform-specific references
Refactor documentation files and code comments to remove references to Replit, specific task numbers, and other platform-specific identifiers.
2026-05-14 06:23:49 +00:00

77 lines
927 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
build/
out-tsc/
**/*.tsbuildinfo
# Test artifacts
test-results/
playwright-report/
coverage/
.nyc_output/
# Local environment / secrets
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
credentials*.json
service-account*.json
# Legacy uploaded session assets (superseded by object storage)
attached_assets/
# Local-only platform / agent state (never in git)
.replit
.replitignore
replit.nix
replit.md
.local/
.canvas/
.agents/
.cache/
.config/
.upm/
**/.replit-artifact/
# Local object storage (used by the local FS storage driver)
storage/
# Logs
*.log
logs/
npm-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor / IDE
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.cursor/
# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*.bak
*.tmp
*~