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 241 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
  1. # Dependencies
  2. /node_modules
  3. # Production
  4. /build
  5. # Generated files
  6. .docusaurus
  7. .cache-loader
  8. # Misc
  9. .DS_Store
  10. .env.local
  11. .env.development.local
  12. .env.test.local
  13. .env.production.local
  14. npm-debug.log*
  15. yarn-debug.log*
  16. yarn-error.log*
  17. .aider*
Tip!

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

Comments

Loading...