.gitignore 187 B

12345678910111213
  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
  10. pnpm-lock.yaml