.gitignore 337 B

123456789101112131415161718192021222324252627282930313233
  1. /node_modules
  2. /app/node_modules/
  3. /app/build/
  4. /files
  5. /zd_resource_lib_web/node_modules
  6. /zd_resource_lib_web/dist
  7. /build
  8. /dist
  9. /salt
  10. /node-v12.22.12-win-x86
  11. /.git
  12. .DS_Store
  13. .env.local
  14. .env.development.local
  15. .env.test.local
  16. .env.production.local
  17. npm-debug.log*
  18. yarn-debug.log*
  19. yarn-error.log*