-
Notifications
You must be signed in to change notification settings - Fork 75
/
.gitignore
66 lines (57 loc) · 1021 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
# For useful gitignore templates see: https://github.com/github/gitignore
# intellij
# commerce
\force-app
!examples/b2b/lwc/force-app
buyer-user-def.json
\experience-bundle-package
b2c.config-override.js
\devhubs
status
status_*
\.sfdx
\.sf
*.zip
*.swp
*.bak
# build
*-debug.log
*-error.log
/dist
oclif.manifest.json
.oclif.manifest.json
# testing
!mock**xunit.xml
*unitcoverage*
src/gen/*.ts
package-lock.json
# -- CLEAN
tmp/
# never checkin npm config
.npmrc
# debug logs
npm-error.log
yarn-error.log
lerna-debug.log
# compile source
lib
!\test/lib
!\src/lib
# test artifacts
*xunit.xml
*checkstyle.xml
*unitcoverage
.nyc_output
coverage
test_session*
# node
# -- CLEAN ALL
node_modules
# --
# put files here you don't want cleaned with sf-clean
# os specific files
.DS_Store
.idea
*.iml