Нема описа

.gitignore 616B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .DS_Store
  2. node_modules
  3. /dist
  4. /public/config.json
  5. # Created by git for backups. To disable backups in git:
  6. # $ git config --global mergetool.keepBackup false
  7. *.orig
  8. # Created by git when using merge tools for conflicts
  9. *.BACKUP.*
  10. *.BASE.*
  11. *.LOCAL.*
  12. *.REMOTE.*
  13. *_BACKUP_*.txt
  14. *_BASE_*.txt
  15. *_LOCAL_*.txt
  16. *_REMOTE_*.txt
  17. # local env files
  18. .env.local
  19. .env.*.local
  20. # Log files
  21. npm-debug.log*
  22. yarn-debug.log*
  23. yarn-error.log*
  24. pnpm-debug.log*
  25. # Editor directories and files
  26. .idea
  27. .vscode/*
  28. !.vscode/settings.json
  29. !.vscode/launch.json
  30. !.vscode/extensions.json
  31. *.suo
  32. *.ntvs*
  33. *.njsproj
  34. *.sln
  35. *.sw?
  36. # pnpm
  37. package-lock.json