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 155 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
  1. /target
  2. /classes
  3. /checkouts
  4. profiles.clj
  5. pom.xml
  6. pom.xml.asc
  7. *.jar
  8. *.class
  9. /.lein-*
  10. /.nrepl-port
  11. .hgignore
  12. .hg/
  13. .cache
  14. .cpcache
  15. .nrepl-port
  16. .clerk/
  17. .calva/
Tip!

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

Comments

Loading...