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

.prettierignore 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
14
  1. .DS_Store
  2. node_modules
  3. /build
  4. /.svelte-kit
  5. /package
  6. /chart
  7. .env
  8. .env.*
  9. !.env.example
  10. # Ignore files for PNPM, NPM and YARN
  11. pnpm-lock.yaml
  12. package-lock.json
  13. yarn.lock
Tip!

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

Comments

Loading...