-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (31 loc) · 935 Bytes
/
.gitignore
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
.DS_Store
sh.exe.stackdump
*.log
node_modules/
package-lock.json
pnpm-lock.yaml
yarn.lock
.env.local
# Hexo sites
/.knosys/sites/*/source/_data/knosys/
/.knosys/sites/*/source/knosys/
/.knosys/sites/*/source/_posts/*
!/.knosys/sites/*/source/_posts/hello-world.md
/.knosys/sites/*/themes/*/layout/*
!/.knosys/sites/*/themes/*/layout/_local/
/.knosys/sites/*/themes/*/scripts/
/.knosys/sites/*/themes/*/source/fonts/*
/.knosys/sites/*/themes/*/source/images/*
!/.knosys/sites/*/themes/*/source/images/local/
/.knosys/sites/*/themes/*/source/javascripts/*
/.knosys/sites/*/themes/*/source/stylesheets/*
!/.knosys/sites/*/themes/*/source/stylesheets/_helper.scss
!/.knosys/sites/*/themes/*/source/stylesheets/global.scss
/.knosys/sites/*/themes/*/_config.yml
/.knosys/sites/*/public/
/.knosys/sites/*/.deploy*/
/.knosys/sites/*/_multiconfig.yml
/.knosys/sites/*/Thumbs.db
/.knosys/sites/*/db.json
/.knosys/sites/*/package.json
/dist/