diff options
author | silverwind | 2021-05-13 17:12:36 +0200 |
---|---|---|
committer | GitHub | 2021-05-13 11:12:36 -0400 |
commit | 9545c345a89639a673351644e5894adca0f8cfed (patch) | |
tree | 1ff793f1221703e1e7fd5eeb79b5c83e02ac9a1d /.gitignore | |
parent | 0ada74edbc555d28a1fc929bfc47162102f2c87d (diff) |
Update JS dependencies, use Node 16 (#15804)
- Update all JS dependencies to latest version
- Use Node 16 on CI
- Add new lint rules
- Add some gitignore entries for debug files
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38b107a65..5bf71be65 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,8 @@ cpu.out /integrations/mssql.ini /node_modules /yarn.lock +/yarn-error.log +/npm-debug.log* /public/js /public/serviceworker.js /public/css |