Advertisement
Alatri_Aymen

Untitled

Feb 28th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. .DS_STORE
  2.  
  3. /dist/
  4. /bazel-out
  5. /integration/bazel/bazel-*
  6. *.log
  7. node_modules
  8.  
  9. # CircleCI temporary file for cache key computation.
  10. # See `save_month_to_file` in `.circleci/config.yml`.
  11. month.txt
  12.  
  13. # Include when developing application packages.
  14. pubspec.lock
  15. .c9
  16. .idea/
  17. .devcontainer/*
  18. !.devcontainer/README.md
  19. !.devcontainer/recommended-devcontainer.json
  20. !.devcontainer/recommended-Dockerfile
  21. .settings/
  22. .vscode/launch.json
  23. .vscode/settings.json
  24. .vscode/tasks.json
  25. *.swo
  26. *.swp
  27. modules/.settings
  28. modules/.vscode
  29. .vimrc
  30. .nvimrc
  31.  
  32. # Don't check in secret files
  33. *secret.js
  34.  
  35. # Ignore npm/yarn debug log
  36. npm-debug.log
  37. yarn-error.log
  38.  
  39. # build-analytics
  40. .build-analytics
  41.  
  42. # rollup-test output
  43. /modules/rollup-test/dist/
  44.  
  45. # User specific bazel settings
  46. .bazelrc.user
  47.  
  48. # User specific ng-dev settings
  49. .ng-dev.user*
  50.  
  51. .notes.md
  52. baseline.json
  53.  
  54. # Ignore .history for the xyz.local-history VSCode extension
  55. .history
  56.  
  57. # Husky
  58. .husky/_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement