Skip to content

Commit 749bfc1

Browse files
committed
chore(infra): clean config files for contributors
1 parent baf25bd commit 749bfc1

File tree

3 files changed

+3
-38
lines changed

3 files changed

+3
-38
lines changed

.gitignore

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
.sf/
77
.sfdx/
88
.localdevserver/
9-
deploy-options.json
10-
lc
119

1210
# LWC VSCode autocomplete
1311
**/lwc/jsconfig.json
@@ -31,23 +29,5 @@ node_modules/
3129
# MacOS system files
3230
.DS_Store
3331

34-
# Windows system files
35-
Thumbs.db
36-
ehthumbs.db
37-
[Dd]esktop.ini
38-
$RECYCLE.BIN/
39-
40-
# Local environment variables
41-
.env
42-
43-
# Python Salesforce Functions
44-
**/__pycache__/
45-
**/.venv/
46-
**/venv/
47-
4832
# testing flows
4933
force-app/main/default/flows
50-
flow_scanner.crt
51-
flow_scanner.key
52-
flow_jwt_rsa.key
53-
sfdx-project.json

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

sfdx-project.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
"packageDirectories": [
33
{
44
"path": "force-app",
5-
"package": "flow-scanner",
6-
"versionName": "v3.2",
7-
"versionNumber": "3.2.0.NEXT",
8-
"versionDescription": "Added ruleMode support and updated rule loading",
9-
"ancestorVersion": "HIGHEST"
5+
"default": true
106
}
11-
],
12-
"sfdcLoginUrl": "https://login.salesforce.com",
13-
"namespace": "lfscanner",
14-
"sourceApiVersion": "62.0",
15-
"packageAliases": {
16-
"flow-scanner": "0HogK0000000ZFVSA2",
17-
"flow-scanner@3.0.0-2": "04tgK0000007M73QAE",
18-
"flow-scanner@3.2.0-1": "04tgK0000008CLlQAM"
19-
}
20-
}
7+
]
8+
}

0 commit comments

Comments
 (0)