forked from github/quartz
28 lines
576 B
Plaintext
28 lines
576 B
Plaintext
.DS_Store
|
|
.gitignore
|
|
node_modules
|
|
public
|
|
prof
|
|
tsconfig.tsbuildinfo
|
|
.obsidian
|
|
.quartz-cache
|
|
private/
|
|
.replit
|
|
replit.nix
|
|
erl_crash.dump
|
|
# content/ is generated by the export script; only keep the placeholder
|
|
content/*
|
|
!content/.gitkeep
|
|
# static/ox-hugo/ is populated by ox-hugo during export
|
|
static/ox-hugo/
|
|
# Elixir/Mix build artifacts for the pipeline project
|
|
scripts/pipeline/_build/
|
|
scripts/pipeline/deps/
|
|
scripts/pipeline/erl_crash.dump
|
|
# Test helpers (not needed in production)
|
|
scripts/test.bib
|
|
scripts/test_pipeline.exs
|
|
/pipeline/deps/
|
|
/pipeline/_build/
|
|
/pipeline/result
|