Skip to content

Commit 015e9f2

Browse files
authored
Merge pull request #4702 from achillesrasquinha/salesforce
feat: Add Salesforce
2 parents b19bb58 + f7d6e55 commit 015e9f2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Salesforce.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
2+
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
3+
# For useful gitignore templates see: https://github.com/github/gitignore
4+
5+
# Salesforce cache
6+
.sf/
7+
.sfdx/
8+
.localdevserver/
9+
deploy-options.json
10+
.localdev
11+
12+
# LWC VSCode autocomplete
13+
**/lwc/jsconfig.json
14+
15+
# LWC Jest coverage reports
16+
coverage/
17+
18+
# Logs
19+
logs
20+
*.log
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
24+
25+
# Eslint cache
26+
.eslintcache
27+
28+
# Windows system files
29+
Thumbs.db
30+
ehthumbs.db
31+
[Dd]esktop.ini
32+
$RECYCLE.BIN/
33+
34+
# Salesforce Analyzer results
35+
sca-results.csv
36+
sfca_results.json
37+
38+
# Local environment variables
39+
.env

0 commit comments

Comments
 (0)