Skip to content

Commit

Permalink
chore: 🤖 update vscode ignore (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY authored Dec 26, 2024
1 parent 27a0425 commit 08e00bd
Show file tree
Hide file tree
Showing 4 changed files with 1,200 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run lint
run: cargo clippy --workspace --all-targets -- --deny warnings
run: cargo lint

9 changes: 8 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ src/
tsconfig.json
webpack.config.js
client/**
target
target
Cargo.lock
.github
.cargo
examples/
justfile
rust-toolchains.toml

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"@types/node": "^12.12.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@vscode/vsce": "^3.2.1",
"cross-env": "^7.0.2",
"electron-rebuild": "^1.11.0",
"eslint": "^7.6.0",
Expand Down
Loading

0 comments on commit 08e00bd

Please sign in to comment.