-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
97 lines (97 loc) · 1.24 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
node_modules
logs
__pycache__
togo
.prompts
.history
*.cmd
*.exe
*.msi
*.tmp
*.log
*.bak
*.swp
*~.nib
local.properties
*.sublime-project
*.sublime-workspace
.vscode/*
!.vscode/settings.json
.idea
.DS_Store
.env
.env.test
.node_modules
.cache
.next
out
build
dist
.rpt2_cache
.serverless
.webpack
coverage
public/packs
public/packs-test
.pnp.*
.yarn-integrity
yarn-error.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
lerna-debug.log*
.changeset
.yarn
.pnpm
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp
.pnp.js
.yarn/install-state.gz
.pnp.cjs
.pnp.loader.mjs
.yarn/link-state.gz
.yarn/plugins
.yarnrc.yml
.yarn/releases
.yarn/sdks
.yarn/versions
.npm
npm-shrinkwrap.json
npm-package-lock.json
package-lock.json
pnpm-lock.yaml
yarn.lock
.yarn/patches
.yarn/releases
.nvm
.npmrc
npmrc
.yarn/yarn.lock
.yarnclean
.yarn-integrity
.pnp
.pnp.js
.rush
common/temp
common/reports
common/node_modules
common/android
common/ios
common/packages
test/__diff_output__
test/__image_snapshots__
test/__image_snapshot_plugin__
test/__screenshots__
test/__screenshot_plugin__
test/cypress
test/results
test/temp
test/unit-test-results
test/unit-test-coverage
test/unit-test-reports
test/unit-test-artifacts
test/unit-test-output
test/unit-test-report.*