.gitignore 391 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. app/node_modules
  2. app/assets/webpack
  3. node_modules
  4. build/files.wxs
  5. dist
  6. */dist
  7. */typings
  8. *.tsbuildinfo
  9. *.xcworkspacedata
  10. *.xcuserstate
  11. *.wixpdb
  12. .DS_Store
  13. .DS_Store?
  14. coverage
  15. .nyc_output
  16. npm-debug.log
  17. builtin-plugins
  18. package-lock.json
  19. yarn-error.log
  20. docs/api
  21. .travis.ssh.key
  22. *.code-workspace
  23. .idea/
  24. .electron-symbols
  25. sentry.properties
  26. sentry-symbols.js
  27. *.psd
  28. crowdin.yml
  29. .crowdin.env