.gitignore 693 B

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