.gitignore 258 B

123456789101112
  1. # These files will be ignored by Git and by our linting tools:
  2. # gulp lint
  3. # gulp lint-staged
  4. #
  5. # Be sure to append /** to folders to have everything inside them ignored.
  6. node_modules/**
  7. build/**
  8. coverage/**
  9. packages/**
  10. docs/api/output.json
  11. lerna-debug.log