.gitignore 648 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. node_modules/
  14. static/
  15. tmp
  16. cljs-test-runner-out
  17. .cpcache/
  18. /src/gen
  19. *.iml
  20. *.log
  21. .shadow-cljs
  22. .idea
  23. .lein-*
  24. .nrepl-*
  25. .DS_Store
  26. report.html
  27. strings.csv
  28. .calva
  29. resources/electron.js
  30. .clj-kondo/.cache
  31. .clj-kondo/babashka/sci
  32. .lsp/
  33. /libs/dist/
  34. charlie/
  35. .vscode
  36. /.preprocessor-cljs
  37. docker
  38. android/app/src/main/assets/capacitor.plugin.json
  39. ios/App/App/capacitor.config.json
  40. startup.png
  41. /src/main/frontend/tldraw-logseq.js
  42. /src/test/docs
  43. ~*~
  44. ios/App/App/capacitor.config.json
  45. android/app/src/main/assets/capacitor.config.json
  46. *.sublime-*