.prettierignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. ###
  2. # Place your Prettier ignore content here
  3. ###
  4. # .gitignore content is duplicated here due to https://github.com/prettier/prettier/issues/8506
  5. # Created by .ignore support plugin (hsz.mobi)
  6. ### Node template
  7. # Logs
  8. /logs
  9. *.log
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. # Runtime data
  14. pids
  15. *.pid
  16. *.seed
  17. *.pid.lock
  18. # Directory for instrumented libs generated by jscoverage/JSCover
  19. lib-cov
  20. # Coverage directory used by tools like istanbul
  21. coverage
  22. # nyc test coverage
  23. .nyc_output
  24. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  25. .grunt
  26. # Bower dependency directory (https://bower.io/)
  27. bower_components
  28. # node-waf configuration
  29. .lock-wscript
  30. # Compiled binary addons (https://nodejs.org/api/addons.html)
  31. build/Release
  32. # Dependency directories
  33. node_modules/
  34. jspm_packages/
  35. # TypeScript v1 declaration files
  36. typings/
  37. # Optional npm cache directory
  38. .npm
  39. # Optional eslint cache
  40. .eslintcache
  41. # Optional REPL history
  42. .node_repl_history
  43. # Output of 'npm pack'
  44. *.tgz
  45. # Yarn Integrity file
  46. .yarn-integrity
  47. # dotenv environment variables file
  48. .env
  49. # parcel-bundler cache (https://parceljs.org/)
  50. .cache
  51. # next.js build output
  52. .next
  53. # nuxt.js build output
  54. .nuxt
  55. # Nuxt generate
  56. dist
  57. # vuepress build output
  58. .vuepress/dist
  59. # Serverless directories
  60. .serverless
  61. # IDE / Editor
  62. .idea
  63. # Service worker
  64. sw.*
  65. # macOS
  66. .DS_Store
  67. # Vim swap files
  68. *.swp