.gitignore 118 B

12345678910
  1. .DS_Store
  2. .DS_Store?
  3. .nyc_output/*
  4. converage/*
  5. dist/*
  6. node_modules/*
  7. third_party/*
  8. test/data/*
  9. package-lock.json
  10. *.pyc