26 lines
468 B
Plaintext
26 lines
468 B
Plaintext
target/
|
|
.git/
|
|
dist/
|
|
.dioxus/
|
|
node_modules/
|
|
libs/node_modules/
|
|
libs/*/node_modules/
|
|
|
|
# Generated assets are rebuilt inside the container.
|
|
public/style.css
|
|
public/highlight.css
|
|
public/tiptap/
|
|
public/codemirror/
|
|
public/lightbox/
|
|
public/yggdrasil-core/
|
|
|
|
# Uploads directory is created at runtime; only keep the gitkeep marker.
|
|
uploads/*
|
|
!uploads/.gitkeep
|
|
backups/*
|
|
!backups/.gitkeep
|
|
|
|
# Docker files themselves are not needed in the build context.
|
|
Dockerfile
|
|
.dockerignore
|