.gitignore 196 B

1234567891011121314
  1. # This file tells Git which files shouldn't be added to source control
  2. .idea
  3. dist
  4. node_modules
  5. apify_storage
  6. crawlee_storage
  7. storage
  8. .DS_Store
  9. !package.json
  10. # any output from the crawler
  11. *.json