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

.gitignore 265 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
  1. .algolia-cache
  2. .search-cache
  3. .DS_Store
  4. .env
  5. /node_modules/
  6. npm-debug.log
  7. coverage/
  8. .linkinator
  9. /assets/images/early-access
  10. /content/early-access
  11. /data/early-access
  12. dist
  13. .next
  14. # blc: broken link checker
  15. blc_output.log
  16. blc_output_internal.log
  17. /dist/
  18. broken_links.md
Tip!

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

Comments

Loading...