.gitignore 658 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /e2e-dump
  2. /target
  3. /classes
  4. /checkouts
  5. profiles.clj
  6. pom.xml
  7. pom.xml.asc
  8. *.jar
  9. *.class
  10. /.lein-*
  11. /.nrepl-port
  12. .hgignore
  13. .hg/
  14. node_modules/
  15. static/
  16. tmp
  17. cljs-test-runner-out
  18. .cpcache/
  19. /src/gen
  20. *.iml
  21. *.log
  22. .shadow-cljs
  23. .idea
  24. .lein-*
  25. .nrepl-*
  26. .DS_Store
  27. report.html
  28. strings.csv
  29. .calva
  30. resources/electron.js
  31. .clj-kondo/.cache
  32. .clj-kondo/babashka/sci
  33. .lsp/
  34. /libs/dist/
  35. charlie/
  36. .vscode
  37. /.preprocessor-cljs
  38. docker
  39. android/app/src/main/assets/capacitor.plugin.json
  40. ios/App/App/capacitor.config.json
  41. startup.png
  42. /src/main/frontend/tldraw-logseq.js
  43. /src/test/docs
  44. ~*~
  45. ios/App/App/capacitor.config.json
  46. android/app/src/main/assets/capacitor.config.json
  47. *.sublime-*