.gitignore 562 B

123456789101112131415161718192021222324252627282930313233343536
  1. .DS_Store
  2. node_modules/
  3. unpackage/
  4. dist/
  5. dist.zip
  6. CLAUDE.md
  7. # local env files
  8. .env.local
  9. .env.*.local
  10. # Log files
  11. npm-debug.log*
  12. yarn-debug.log*
  13. yarn-error.log*
  14. # Editor directories and files
  15. .project
  16. .idea
  17. .vscode
  18. *.suo
  19. *.ntvs*
  20. *.njsproj
  21. *.sln
  22. *.sw*
  23. nginx-files/airport.conf
  24. nginx-files/CHANGES.md
  25. nginx-files/DEPLOYMENT_GUIDE.md
  26. nginx-files/DEPLOYMENT.md
  27. nginx-files/DIAGNOSE_HAIKOU.md
  28. nginx-files/FRONTEND_INTEGRATION.md
  29. nginx-files/HOTFIX.md
  30. nginx-files/nginx.conf.updated
  31. nginx-files/README_CUSTOM.md
  32. nginx-files/README.md
  33. nginx-files/select-airport.html