.gitignore 576 B

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