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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

35 lines
391 B

  1. # compiled output
  2. /dist
  3. /node_modules
  4. # Logs
  5. logs
  6. *.log
  7. npm-debug.log*
  8. pnpm-debug.log*
  9. yarn-debug.log*
  10. yarn-error.log*
  11. lerna-debug.log*
  12. # OS
  13. .DS_Store
  14. # Tests
  15. /coverage
  16. /.nyc_output
  17. # IDEs and editors
  18. /.idea
  19. .project
  20. .classpath
  21. .c9/
  22. *.launch
  23. .settings/
  24. *.sublime-workspace
  25. # IDE - VSCode
  26. .vscode/*
  27. !.vscode/settings.json
  28. !.vscode/tasks.json
  29. !.vscode/launch.json
  30. !.vscode/extensions.json