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.

.gitignore 175B

123456789101112131415
  1. node_modules/
  2. npm-debug.log*
  3. yarn-debug.log*
  4. yarn-error.log*
  5. web/
  6. pack/
  7. dist/
  8. # Editor directories and files
  9. .idea
  10. .vscode
  11. *.suo
  12. *.ntvs*
  13. *.njsproj
  14. package-lock.json
  15. .DS_Store