-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (36 loc) · 837 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (36 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# OS artifacts
.DS_Store
Thumbs.db
# editor / IDE
.idea/
.vscode/
# Claude Code
.claude/
CLAUDE.md
.claudeignore
# python bytecode
__pycache__/
# local-only artifacts — exist on disk but not part of the deployed site
# archive/ holds pre-2023 Hexo drafts (kept for reference, not republished)
# /data/ holds large training datasets (e.g. MNIST for the 识 sketch);
# leading slash anchors to repo root so public/data/ — which carries
# sketch-runtime JSON like strokes.json — stays trackable and shipped
# maintenance.html is the reusable "site under maintenance" cover page
archive/
/data/
maintenance.html
public/banner/raw/