ignore stuff

This commit is contained in:
Yanick Champoux 2023-05-04 14:52:08 -04:00
parent e8fa1cc6c5
commit b022c1aedb
2 changed files with 22 additions and 11 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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