Skip to content

Commit

Permalink
Add v2 features 🏝
Browse files Browse the repository at this point in the history
  • Loading branch information
valgaze committed Jan 27, 2024
1 parent bf86200 commit 8e36d40
Show file tree
Hide file tree
Showing 372 changed files with 318,372 additions and 32,147 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [deploy]
branches: [deploy, v2]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: npm ci # or pnpm install / yarn install
run: npm i # or pnpm install / yarn install
- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build
- name: Upload artifact
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
.github/
node_modules
.DS_STORE
deploy/
dist/
run.sh
.env
abc.ts
.vitepress/cache
docs/.vitepress/cache/
coverage/
todo.md
18 changes: 13 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
api-docs/
docs/
settings/
test/
src/
nodemon.json
CNAME
index.html
index.md
test/
vite.config.ts
examples/
coverage/
tsconfig.json
build_tricks
abc.ts
bin/
coverage/
todo.md
.github
.vscode
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

19 changes: 0 additions & 19 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Victor Algaze
Copyright (c) 2024 Victor Algaze

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 8e36d40

Please sign in to comment.