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 349 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
25
26
27
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. tags
  3. # dependencies
  4. /node_modules
  5. # testing
  6. /coverage
  7. # production
  8. /build
  9. # misc
  10. .DS_Store
  11. .env.local
  12. .env.development.local
  13. .env.test.local
  14. .env.production.local
  15. npm-debug.log*
  16. yarn-debug.log*
  17. yarn-error.log*
  18. /src/assets/*/video.mp4
  19. .cdmessage
  20. assets.zip
Tip!

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

Comments

Loading...