File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-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+ # Dependency directories
26+ node_modules /
27+
28+ # Eslint cache
29+ .eslintcache
30+
31+ # MacOS system files
32+ .DS_Store
33+
34+ # Windows system files
35+ Thumbs.db
36+ ehthumbs.db
37+ [Dd ]esktop.ini
38+ $RECYCLE.BIN /
39+
40+ # Salesforce Analyzer results
41+ sca-results.csv
42+ sfca_results.json
43+
44+ # Local environment variables
45+ .env
You can’t perform that action at this time.
0 commit comments