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 167 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
  1. .DS_Store
  2. node_modules
  3. /build
  4. /.svelte-kit
  5. /package
  6. .env
  7. .env.*
  8. !.env.example
  9. !.env.template
  10. vite.config.js.timestamp-*
  11. vite.config.ts.timestamp-*
  12. SECRET_CONFIG
  13. .idea
Tip!

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

Comments

Loading...