.gitignore 469 B

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