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

.eslintignore 160 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. # Ignore files for PNPM, NPM and YARN
  10. pnpm-lock.yaml
  11. package-lock.json
  12. yarn.lock
Tip!

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

Comments

Loading...