Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.prettierignore 514 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. **/site-packages/**
  2. .aider*
  3. .coverage
  4. dist
  5. drizzle
  6. examples/adaline-gateway/adaline-chat-history/prompt.json
  7. examples/adaline-gateway/adaline-embedding-similarity/prompt.json
  8. examples/multiple-turn-conversation/prompt.json
  9. examples/openai-chat-history/prompt.json
  10. examples/redteam-foundation-model/redteam.yaml
  11. examples/simple-test/output.html
  12. helm/chart/promptfoo/templates/**/*.yaml
  13. site/.docusaurus
  14. site/build
  15. site/static/config-schema.json
  16. venv
  17. # Let Biome handle these
  18. *.js
  19. *.jsx
  20. *.ts
  21. *.tsx
  22. *.mjs
  23. *.cjs
  24. *.json
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...