.gitignore 171 B

1234567891011
  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. # any output from the crawler
  9. *.json