.gitignore 384 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Node.js
  2. node_modules/
  3. npm-debug.log
  4. yarn-error.log
  5. # Build output
  6. .next/
  7. out/
  8. dist/
  9. # IDE/Editor specific
  10. .vscode/
  11. .idea/
  12. *.iml
  13. # Environment variables
  14. .env
  15. .env.local
  16. .env.development.local
  17. .env.test.local
  18. .env.production.local
  19. # Config files
  20. config.toml
  21. # Log files
  22. logs/
  23. *.log
  24. # Testing
  25. /coverage/
  26. # Miscellaneous
  27. .DS_Store
  28. Thumbs.db
  29. # Db
  30. db.sqlite
  31. /searxng
  32. certificates