mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 05:55:42 -05:00
36 lines
414 B
Plaintext
36 lines
414 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
public/
|
|
prof/
|
|
tsconfig.tsbuildinfo
|
|
.obsidian
|
|
.quartz-cache/
|
|
private/
|
|
.replit
|
|
replit.nix
|
|
|
|
# Build artifacts
|
|
.sources/
|
|
_combined/
|
|
__pycache__/
|
|
|
|
# Content is generated at build time, but must not be excluded here, or Quartz will not render those files
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Local Netlify folder
|
|
.netlify
|