Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
add secret scratch submodule (private) and add initial dustingetz scr…
Browse files Browse the repository at this point in the history
…atches
  • Loading branch information
dustingetz committed Jan 27, 2024
1 parent 989c05c commit 5d117c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "vendor/rcf"]
path = vendor/rcf
url = [email protected]:hyperfiddle/rcf.git
[submodule "src/scratch"]
path = src/scratch
url = [email protected]:hyperfiddle/scratch.git
2 changes: 0 additions & 2 deletions src/dustingetz/fiddles.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
[dustingetz.y-fib :refer [Y-fib]]
[dustingetz.y-dir :refer [Y-dir]]
[dustingetz.essay :refer [Essay]]
[dustingetz.painter :refer [Painter]]

[electric-fiddle.main]
#?(:clj models.teeshirt-orders-datomic)
Expand All @@ -28,7 +27,6 @@
`Teeshirt-orders-4 (With-HFQL-Bindings. Teeshirt-orders-4)
`Teeshirt-orders-5 (With-HFQL-Bindings. Teeshirt-orders-5)
`DirectoryExplorer-HFQL (With-HFQL-Bindings. DirectoryExplorer-HFQL)
`Painter Painter
`dustingetz.scratch/Scratch dustingetz.scratch/Scratch})

#?(:clj
Expand Down
47 changes: 0 additions & 47 deletions src/dustingetz/painter.cljc

This file was deleted.

1 change: 1 addition & 0 deletions src/scratch
Submodule scratch added at fbfbc3

0 comments on commit 5d117c7

Please sign in to comment.