moving from hexo theme to my own react design
This commit is contained in:
parent
7ff3176072
commit
379c1c60d9
96 changed files with 1990 additions and 50291 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -1,7 +1,23 @@
|
|||
# where I keep my notes
|
||||
_/
|
||||
|
||||
# auto generated
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
hexo/source/_drafts
|
||||
pages.json
|
||||
|
||||
# dependencies
|
||||
.pnp/
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
coverage/
|
||||
|
||||
# production
|
||||
build/
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
# unaltered
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/firebase,node,hexo,git,visualstudiocode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue