gitignore

This commit is contained in:
2025-11-13 17:53:30 +01:00
parent dccac91ec5
commit 53abb68514
245 changed files with 1496 additions and 112690 deletions

View File

@@ -1,3 +0,0 @@
# `@napi-rs/nice-linux-x64-gnu`
This is the **x86_64-unknown-linux-gnu** binary for `@napi-rs/nice`

Binary file not shown.

View File

@@ -1,39 +0,0 @@
{
"name": "@napi-rs/nice-linux-x64-gnu",
"version": "1.1.1",
"cpu": [
"x64"
],
"main": "nice.linux-x64-gnu.node",
"files": [
"nice.linux-x64-gnu.node"
],
"description": "https://linux.die.net/man/2/nice binding for Node.js",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"nice"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "git+ssh://git@github.com/Brooooooklyn/nice.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
"libc": [
"glibc"
]
}

View File

@@ -1,3 +0,0 @@
# `@napi-rs/nice-linux-x64-musl`
This is the **x86_64-unknown-linux-musl** binary for `@napi-rs/nice`

View File

@@ -1,39 +0,0 @@
{
"name": "@napi-rs/nice-linux-x64-musl",
"version": "1.1.1",
"cpu": [
"x64"
],
"main": "nice.linux-x64-musl.node",
"files": [
"nice.linux-x64-musl.node"
],
"description": "https://linux.die.net/man/2/nice binding for Node.js",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"nice"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "git+ssh://git@github.com/Brooooooklyn/nice.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
"libc": [
"musl"
]
}