.gitignore 352 B

1234567891011121314151617181920212223242526
  1. # .gitignore
  2. .DS_Store
  3. node_modules
  4. dist
  5. .env.local
  6. .env.*.local
  7. npm-debug.log*
  8. yarn.lock
  9. yarn-debug.log*
  10. yarn-error.log*
  11. .idea
  12. *.suo
  13. *.ntvs*
  14. *.njsproj
  15. *.sln
  16. *.sw?
  17. public/video
  18. *.zip
  19. *.7z
  20. /src/layouts/components/layouts
  21. /zx-templates
  22. /package-lock.json
  23. /src/styles/themes/green.scss
  24. /src/styles/themes/dark.scss
  25. /src/styles/themes/glory.scss
  26. /.history