Skip to content

Commit

Permalink
简化
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Dec 6, 2023
1 parent 3d60bc7 commit 3679bc9
Show file tree
Hide file tree
Showing 52 changed files with 73 additions and 1,957 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
env:
DEBUG: napi:*
APP_NAME: rubick-native-addon
APP_NAME: rubick-native
MACOSX_DEPLOYMENT_TARGET: "10.13"
permissions:
contents: write
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node
index.d.ts
index.js

### Node ###
# Logs
Expand All @@ -13,6 +14,7 @@ lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
pnpm-lock.yaml
package-lock.json

# Runtime data
pids
Expand Down
5 changes: 0 additions & 5 deletions addon/.cargo/config.toml

This file was deleted.

200 changes: 0 additions & 200 deletions addon/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions addon/.npmignore

This file was deleted.

27 changes: 0 additions & 27 deletions addon/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions addon/build.rs

This file was deleted.

3 changes: 0 additions & 3 deletions addon/npm/darwin-arm64/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions addon/npm/darwin-arm64/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions addon/npm/darwin-universal/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions addon/npm/darwin-universal/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions addon/npm/darwin-x64/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions addon/npm/darwin-x64/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions addon/npm/linux-arm64-gnu/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions addon/npm/linux-arm64-gnu/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions addon/npm/linux-arm64-musl/README.md

This file was deleted.

Loading

0 comments on commit 3679bc9

Please sign in to comment.