forked from prettier/prettier
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
42 lines (39 loc) · 822 Bytes
/
.gitignore
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
# node_modules
# We have `node_modules` directory for tests, don't ignore them all
/node_modules
/website/node_modules
/scripts/release/node_modules
/scripts/tools/bundle-test/node_modules
/scripts/tools/eslint-plugin-prettier-internal-rules/node_modules
.tmp
*.log
/errors
/test*.*
/.vscode/**/*
!/.vscode/extensions.json
!/.vscode/settings.example.json
/dist*
/website/build
/website/i18n
/website/static/playground.js
/website/static/lib
.DS_Store
/coverage
.idea
package-lock.json
**/.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
**/.pnp.*
.nyc_output
.devcontainer
.node-version
# When installing software on gitpod.io, `core.*` files are generated
/core.*
*.swp
# For 0x flamegraph directory (https://github.com/davidmarkclements/0x)
*.0x/
# For Node.js builtin cpu profile file
*.cpuprofile