Web app module for Zeichen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

105 lines
1.3 KiB

  1. /node_modules
  2. /.pnp
  3. .pnp.js
  4. /coverage
  5. /.next/
  6. /out/
  7. /build
  8. .DS_Store
  9. *.pem
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. .env.local
  14. .env.development.local
  15. .env.test.local
  16. .env.production.local
  17. .env
  18. .vercel
  19. .idea/
  20. logs
  21. *.log
  22. lerna-debug.log*
  23. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  24. pids
  25. *.pid
  26. *.seed
  27. *.pid.lock
  28. lib-cov
  29. coverage
  30. *.lcov
  31. .nyc_output
  32. .grunt
  33. bower_components
  34. .lock-wscript
  35. build/Release
  36. node_modules/
  37. jspm_packages/
  38. web_modules/
  39. *.tsbuildinfo
  40. .npm
  41. .eslintcache
  42. .rpt2_cache/
  43. .rts2_cache_cjs/
  44. .rts2_cache_es/
  45. .rts2_cache_umd/
  46. .node_repl_history
  47. *.tgz
  48. .yarn-integrity
  49. .env.test
  50. .cache
  51. .parcel-cache
  52. .next
  53. out
  54. .nuxt
  55. dist
  56. .cache/
  57. .vuepress/dist
  58. .serverless/
  59. .fusebox/
  60. .dynamodb/
  61. .tern-port
  62. .vscode-test
  63. .yarn/cache
  64. .yarn/unplugged
  65. .yarn/build-state.yml
  66. .yarn/install-state.gz
  67. .pnp.*
  68. Thumbs.db
  69. Thumbs.db:encryptable
  70. ehthumbs.db
  71. ehthumbs_vista.db
  72. *.stackdump
  73. [Dd]esktop.ini
  74. $RECYCLE.BIN/
  75. *.cab
  76. *.msi
  77. *.msix
  78. *.msm
  79. *.msp
  80. *.lnk
  81. cmake-build-*/
  82. *.iws
  83. out/
  84. .idea_modules/
  85. atlassian-ide-plugin.xml
  86. com_crashlytics_export_strings.xml
  87. crashlytics.properties
  88. crashlytics-build.properties
  89. fabric.properties
  90. .AppleDouble
  91. .LSOverride
  92. ._*
  93. .DocumentRevisions-V100
  94. .fseventsd
  95. .Spotlight-V100
  96. .TemporaryItems
  97. .Trashes
  98. .VolumeIcon.icns
  99. .com.apple.timemachine.donotpresent
  100. .AppleDB
  101. .AppleDesktop
  102. Network Trash Folder
  103. Temporary Items
  104. .apdisk