hookshot/.gitignore
Will Hunt 819c089aa4
Update minimum Node version to 22 (#990)
* Update dependencies

* Node 22 is now the new minimum version.

* changelog.

* Begin porting eslint to new config format.

* Make linter happy.

* Update reqwest to fix SSL issue?

* Fix test types

* quick check on ubuntu LTS 24.04

* Change cache key

* update rust action

* revert mocha due to esminess

* Remove the only usage of pqueue

* Use babel for TS transformations to get around ESM import bug.

* Dependency bundle upgrade

* Drop babel, not actually used.

* lint

* lint

* update default config (mostly sections moving around)
2024-11-28 15:04:01 +00:00

34 lines
325 B
Plaintext

config.yml
lib/
node_modules/
public/
registration.yml
tsconfig.tsbuildinfo
public/
.idea
# Added by cargo
/target
# Generated during build
/src/libRs.d.ts
# Generated during test run
/spec-lib
/hookshot-int-*
book
*.cer
*.pem
*.pcks8
# Coverage
coverage
.nyc_output
# Devenv
.devenv*
devenv.local.nix
# direnv
.direnv