You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
440 B

2 years ago
  1. .DS_Store
  2. node_modules
  3. /dist
  4. /src/assets
  5. /src/data
  6. /src/styles
  7. /src/utils
  8. /src/view
  9. /src/App.vue
  10. /src/main.js
  11. /build
  12. /public
  13. /alias.config.js
  14. /babel.config.js
  15. /devServer.js
  16. /settings.js
  17. /vue.config.js
  18. /lib/dome.html
  19. /lib/gxd.umd.js
  20. /lib/gxd.common.js
  21. # local env files
  22. .env.local
  23. .env.*.local
  24. # Log files
  25. npm-debug.log*
  26. yarn-debug.log*
  27. yarn-error.log*
  28. # Editor directories and files
  29. .idea
  30. .vscode
  31. *.suo
  32. *.ntvs*
  33. *.njsproj
  34. *.sln
  35. *.sw?