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

.dockerignore 223 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
  1. node_modules
  2. npm-debug.log
  3. Dockerfile
  4. .dockerignore
  5. .git
  6. .gitignore
  7. *.sw[op]
  8. *.log
  9. .DS_Store
  10. .aider*
  11. .env*
  12. dist
  13. scratch
  14. *.sqlite
  15. src/web/nextui/node_modules
  16. src/web/nextui/.next
  17. src/web/nextui/out
  18. src/web/nextui/.env
  19. venv
Tip!

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

Comments

Loading...