diff --git a/.gitignore b/.gitignore index a9dbb96..780b4de 100644 --- a/.gitignore +++ b/.gitignore @@ -8,103 +8,63 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* -# Dependency directories -node_modules/ -jspm_packages/ +# Dependencies +node_modules +.pnpm +dist +dist-ssr +*.local -# Production build -dist/ -dist-ssr/ -build/ +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -# Environment variables +# Environment files .env .env.local .env.development.local .env.test.local .env.production.local -# IDE and Editor files -.vscode/ -!.vscode/extensions.json -.idea/ -*.swp -*.swo -*~ +# Runtime files +runtime-env.js.bak +config.local.js + +# Build artifacts +coverage/ +.nyc_output/ +build/ +dist/ # OS generated files +Thumbs.db .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Coverage directory used by tools like istanbul -coverage/ -*.lcov - -# nyc test coverage -.nyc_output - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# parcel-bundler cache (https://parceljs.org/) -.cache -.parcel-cache - -# Vite cache -.vite/ - -# Vue.js specific -.vue/ +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ # Temporary files *.tmp *.temp +.cache/ -# Test coverage -tests/unit/coverage/ -tests/e2e/coverage/ - -# Local Netlify folder -.netlify - -# AI Marketing Frontend specific -/public/runtime-env.js.backup -/src/assets/temp/ -/public/images/uploads/ -*.backup - -# Vue DevTools -.vue-devtools - -# Cypress -cypress/videos/ -cypress/screenshots/ - -# ESLint -.eslintcache - -# Stylelint -.stylelintcache \ No newline at end of file +# Package manager files +package-lock.json +yarn.lock +pnpm-lock.yaml \ No newline at end of file diff --git a/public/index.html b/public/index.html index dbe5779..d6addd7 100644 --- a/public/index.html +++ b/public/index.html @@ -1,185 +1,59 @@ +//* public/index.html -
- - -