-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (65 loc) · 1.12 KB
/
Copy path.gitignore
File metadata and controls
77 lines (65 loc) · 1.12 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# generated types
.astro/
# environment variables
.env
.env.local
.env.production
# macOS
.DS_Store
# node
/node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# misc
.vscode
*.log
*.acsm
profile
/temp-hide
/backend
.venv
## obsidian
/Rubbish
/.obsidian/**
publish.css
/src/content/vault/Rubbish
## filen
/.trash
.filenignore
## mega
desktop.ini
.megaignore
# outputs
/public
.vercel
/dist
# ignore vault by default, allow some for minimal build
/src/content/vault/**
!/src/content/vault/
!/src/content/vault/.obsidian/
!/src/content/vault/.obsidian/app.json
!/src/content/vault/.gitkeep
!/src/content/vault/plain/
!/src/content/vault/plain/about/
!/src/content/vault/plain/about/**
!/src/content/vault/earth/
!/src/content/vault/earth/**
!/src/content/vault/entities/
!/src/content/vault/entities/**
!/src/content/vault/library/
!/src/content/vault/library/**
/src/content/docs/md
/src/content/docs/mdx
/src/assets/**
# allow, minimal
!/src/content/vault/works/
!/src/content/vault/works/**
# still ignore
/src/content/seeds
/src/content/vignettes
/src/content/assets
## for now
/assets
/src/data/bookmarks