Skip to content

Commit

Permalink
Remove generated diagrams from git state
Browse files Browse the repository at this point in the history
  • Loading branch information
ianconsolata committed Oct 31, 2024
1 parent 9a996d1 commit d5d5094
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 3,601 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ api/dist
api/worker
.hugo_build.lock
assets/jsconfig.json
static/_gen
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "npm start",
"watch-hugo": "npm run build-diagrams && hugo server --bind=0.0.0.0 --disableFastRender --renderToDisk",
"watch-assets": "tools/watch.js --watch",
"build": "hugo && npm run build-toc && hugo --gc",
"build": "hugo && npm run build-toc && npm run build-diagrams && hugo --gc",
"build-diagrams": "tools/diagrams.js",
"build-toc": "tools/toc.js",
"clean": "premove public resources static/_gen",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d5d5094

Please sign in to comment.