File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments