-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (23 loc) · 426 Bytes
/
.gitignore
File metadata and controls
29 lines (23 loc) · 426 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Rust
target/
**/*.rs.bk
# Wasm
**/*.wasm
# node_modules
node_modules
/napi/*/npm-dir
# Ignore accidental files from the root
/*.js
/*.jsx
/*.ts
/*.tsx
/*.ast.txt
/*.cfg.txt
/*.dot
*.node
/napi/angular-compiler/npm
# Claude Code
.claude
.DS_Store
# NOTE: For non-project files such as `.vscode` or `.idea`, please add them to your `.gitignore_global`.
# In `.gitconfig`, add `[core] excludesfile = ~/.gitignore_global`