.gitignore 96 B

123456789
  1. .DS_Store
  2. .DS_Store?
  3. dist/*
  4. out/*
  5. node_modules/*
  6. third_party/*
  7. package-lock.json
  8. yarn.lock
  9. *.pyc