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

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

Comments

Loading...