-
-
Notifications
You must be signed in to change notification settings - Fork 931
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 1.26 KB
/
.gitignore
File metadata and controls
52 lines (45 loc) · 1.26 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Rust
target/
**/*.rs.bk
# Wasm
**/*.wasm
# node_modules
/node_modules/
/website/node_modules/
/benchmark/node_modules/
/tasks/benchmark/codspeed/node_modules/
/tasks/transform_conformance/node_modules/
/tasks/compat_data/node_modules/
/tasks/prettier_conformance/jsdoc/scripts/node_modules/
/tasks/compat_data/compat-table/
/tasks/e2e/node_modules/
/plugins/node_modules/
/tasks/e2e/tests/nestjs/node_modules/
/npm/*/node_modules
/napi/*/npm-dir
/napi/parser/tsconfig.browser.tsbuildinfo
# Cloned conformance repos
tasks/coverage/babel/
tasks/coverage/test262/
tasks/coverage/typescript/
tasks/coverage/estree-conformance/
tasks/coverage/estree-conformance-diff/
tasks/coverage/node-compat-table/
tasks/prettier_conformance/prettier/
# Ignore accidental files from the root
/*.js
/*.jsx
/*.ts
/*.tsx
/*.ast.txt
/*.cfg.txt
/*.dot
# https://github.com/oraios/serena cache
.serena/cache
.claude/*
!.claude/commands/
# NOTE: For non-project files such as `.vscode` or `.idea`, please add them to your `.gitignore_global`.
# In `.gitconfig`, add `[core] excludesfile = ~/.gitignore_global`
# See also
# * https://stackoverflow.com/a/7335487
# * https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer