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 226B

12345678910111213141516171819202122
  1. .DS_Store
  2. node_modules/
  3. dist/
  4. ab/
  5. abb/
  6. abbb/
  7. abbbb/
  8. dist1/
  9. dist2/
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. package-lock.json
  14. tests/**/coverage/
  15. # Editor directories and files
  16. .idea
  17. .vscode
  18. *.suo
  19. *.ntvs*
  20. *.njsproj
  21. *.sln