new site
This commit is contained in:
+193
@@ -0,0 +1,193 @@
|
||||
# ===========================
|
||||
# SECURITY & PRIVACY
|
||||
# ===========================
|
||||
|
||||
# Internal documentation - SENSITIVE
|
||||
CLAUDE.md
|
||||
DEPLOYMENT.md
|
||||
README.md
|
||||
IMPLEMENTATION_SUMMARY.md
|
||||
SUBAGENTS_SUMMARY.md
|
||||
CARD-FIX-SUMMARY.md
|
||||
COMPLETE_CLAUDE_CODE_KNOWLEDGE.md
|
||||
*_SUMMARY.md
|
||||
**/validation-report.md
|
||||
**/missing-keywords*.md
|
||||
|
||||
# ===========================
|
||||
# DEVELOPMENT FILES
|
||||
# ===========================
|
||||
|
||||
# Node.js dependencies
|
||||
node_modules/
|
||||
package-lock.json
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Development servers and scripts
|
||||
server.js
|
||||
simple-server.js
|
||||
test-server.js
|
||||
start-server.bat
|
||||
*.bat
|
||||
|
||||
# Analysis and monitoring scripts
|
||||
analyze-*.js
|
||||
continuous-*.js
|
||||
deploy-*.js
|
||||
final-*.js
|
||||
monitor-*.js
|
||||
validate-*.js
|
||||
verify-*.js
|
||||
visual-*.js
|
||||
|
||||
# Test files and directories
|
||||
test-files/
|
||||
test-*/
|
||||
*test*.js
|
||||
*test*.html
|
||||
*.test.*
|
||||
**/*test*
|
||||
|
||||
# ===========================
|
||||
# INTERNAL SYSTEMS
|
||||
# ===========================
|
||||
|
||||
# Local SEO system - ENTIRE DIRECTORY
|
||||
local-seo-system/
|
||||
|
||||
# API and cache
|
||||
api/
|
||||
**/cache.js
|
||||
**/*cache*
|
||||
|
||||
# ===========================
|
||||
# REPORTS & LOGS
|
||||
# ===========================
|
||||
|
||||
# JSON reports and status files
|
||||
*-report.json
|
||||
*-results.json
|
||||
*-status.json
|
||||
pages-status.json
|
||||
card-monitor-report.json
|
||||
live-verification-results.json
|
||||
banner-implementation-report.json
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
logs/
|
||||
**/logs/
|
||||
|
||||
# ===========================
|
||||
# BUILD & BACKUP FILES
|
||||
# ===========================
|
||||
|
||||
# Backup files
|
||||
*.backup
|
||||
**/*.backup
|
||||
*.bak
|
||||
*.old
|
||||
*.orig
|
||||
|
||||
# Build directories
|
||||
dist/
|
||||
build/
|
||||
.tmp/
|
||||
temp/
|
||||
tmp/
|
||||
|
||||
# ===========================
|
||||
# OS & EDITOR FILES
|
||||
# ===========================
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# WSL/Linux specific
|
||||
wsl$*
|
||||
nul
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# IntelliJ IDEA
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
|
||||
# Sublime Text
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Vim
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ===========================
|
||||
# ENVIRONMENT & CONFIG
|
||||
# ===========================
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.env.development
|
||||
.env.test
|
||||
*.env
|
||||
|
||||
# Configuration with potential secrets
|
||||
config/secrets.*
|
||||
secrets.*
|
||||
*.key
|
||||
*.pem
|
||||
*.cert
|
||||
|
||||
# ===========================
|
||||
# PYTHON (if used)
|
||||
# ===========================
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
|
||||
# ===========================
|
||||
# MISC
|
||||
# ===========================
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
temp_*
|
||||
.temp/
|
||||
|
||||
# Archive files (shouldn't be in repo)
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Session files
|
||||
session_*
|
||||
.sessions/
|
||||
Reference in New Issue
Block a user