ignore stuff
This commit is contained in:
parent
e8fa1cc6c5
commit
b022c1aedb
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ yarn-error.log
|
|||||||
GPUCache/
|
GPUCache/
|
||||||
updux-2.0.0.tgz
|
updux-2.0.0.tgz
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
updux-5.0.0.tgz
|
||||||
|
32
.npmignore
32
.npmignore
@ -1,18 +1,28 @@
|
|||||||
*.test.*
|
dist/**/*.test.js
|
||||||
test.*
|
|
||||||
docs
|
docs
|
||||||
|
.eslint*
|
||||||
|
GPUCache/
|
||||||
node_modules/
|
node_modules/
|
||||||
tsconfig.tsbuildinfo
|
|
||||||
**/*.orig
|
|
||||||
dist
|
|
||||||
package-lock.json
|
|
||||||
yarn.lock
|
|
||||||
.nyc_output/
|
.nyc_output/
|
||||||
|
**/*.orig
|
||||||
|
out/
|
||||||
|
package-lock.json
|
||||||
pnpm-debug.log
|
pnpm-debug.log
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
yarn-error.log
|
.pre-commit*
|
||||||
GPUCache/
|
.prettier*
|
||||||
updux-2.0.0.tgz
|
|
||||||
.travis.yml
|
|
||||||
.prettierignore
|
.prettierignore
|
||||||
|
src/
|
||||||
|
Taskfile.yaml
|
||||||
|
*.test.*
|
||||||
|
test.*
|
||||||
|
TODO
|
||||||
tools/gen_sidebar.pl
|
tools/gen_sidebar.pl
|
||||||
|
.travis.yml
|
||||||
|
tsconfig.json
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
updux-2.0.0.tgz
|
||||||
|
updux-*.tgz
|
||||||
|
vitest.config.js
|
||||||
|
yarn-error.log
|
||||||
|
yarn.lock
|
||||||
|
Loading…
Reference in New Issue
Block a user