.gitignore 347 B

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