Skip to content

Commit 47784ed

Browse files
chore: Update .gitignore to exclude build artifacts and common editor files
1 parent 40032e8 commit 47784ed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ Documentation/Rust/release
1313
Documentation/Rust/.rustc_info.json
1414
Documentation/Rust/.rustdoc_fingerprint.json
1515
Documentation/Rust/CACHEDIR.TAG
16+
Target/
17+
/build/
18+
/out/
19+
*.js
20+
*.d.ts
21+
.vscode/
22+
.idea/
23+
*.iml

0 commit comments

Comments
 (0)