# IDE and Editor directories .github/* .vscode/ .idea/ .agent/* *.swp *.swo *~ # AI Assistant rules (keep private) .clinerules/ .kilocode/ .roo/ .windsurf/ .cursor/ .kiro/ .qoder/ .augment/ .antigravity/ # Dependencies node_modules/ package-lock.json yarn.lock pnpm-lock.yaml # Development files *.log npm-debug.log* yarn-debug.log* yarn-error.log* .DS_Store Thumbs.db # Environment files .env .env.local .env.*.local # Testing coverage/ .nyc_output/ # Temporary files tmp/ temp/ *.tmp # OS files .DS_Store .AppleDouble .LSOverride ._* Thumbs.db ehthumbs.db Desktop.ini # Exclude non-core files and directories examples/xlsx-browser/ examples/playground/ examples/animated-landing/ examples/spa/ examples/onepage/ examples/scrollmanager/ examples/cms/ demos/ documents/ docs/ modules/ Kotchasan/ Gcms/ th/ en/ .htaccess js/main.js js/components/footer.js js/components/header.js js/components/nav.js css/ images/ settings/ templates/ api/ datas/ data/ translations/* *.php CDN.md CLAUDE.md # Include only specific HTML files !example-cdn.html # Keep core framework files: # - Now/ directory (framework core) # - package.json (npm config) # - vite.config.js (build config) # - translations/ (i18n files) # - CDN.md (documentation) # - README.md (if exists) .clinerules/byterover-rules.md .kilocode/rules/byterover-rules.md .roo/rules/byterover-rules.md .windsurf/rules/byterover-rules.md .cursor/rules/byterover-rules.mdc .kiro/steering/byterover-rules.md .qoder/rules/byterover-rules.md .augment/rules/byterover-rules.md