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 611 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
28
29
30
  1. .env
  2. env/
  3. .vscode
  4. __pycache__/
  5. .DS_Store
  6. .nyc_output
  7. # global vscode gitignore
  8. .vscode/*
  9. !.vscode/settings.json
  10. !.vscode/tasks.json
  11. !.vscode/launch.json
  12. !.vscode/extensions.json
  13. *.code-workspace
  14. node_modules
  15. # Local History for Visual Studio Code
  16. .history/
  17. .env.yaml
  18. venv/
  19. .idea/
  20. *.pyc
  21. src/data-mgt/java/measurements-consumer/.mvn/wrapper/maven-wrapper.properties
  22. src/data-mgt/java/measurements-consumer/HELP.md
  23. src/data-mgt/java/measurements-consumer/measurements-consumer.iml
  24. src/data-mgt/java/measurements-consumer/src/main/resources/application.properties
  25. # GitGaurdian pre-commit cache
  26. .cache_ggshield
Tip!

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

Comments

Loading...