.gitignore 230 B

12345678910111213141516
  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. !package-lock.json
  11. !tsconfig.json
  12. # any output from the crawler
  13. *.json