Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Salesforce.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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

# Salesforce cache
.sf/
.sfdx/
.localdevserver/
deploy-options.json
.localdev

# LWC VSCode autocomplete
**/lwc/jsconfig.json

# LWC Jest coverage reports
coverage/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Eslint cache
.eslintcache

# Windows system files
Thumbs.db
ehthumbs.db
Copy link

Copilot AI Aug 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The filename 'ehthumbs.db' appears to be misspelled. It should be 'ehthumbs_vista.db' for the Windows Vista thumbnail cache file.

Suggested change
ehthumbs.db
ehthumbs.db
ehthumbs_vista.db

Copilot uses AI. Check for mistakes.
[Dd]esktop.ini
$RECYCLE.BIN/

# Salesforce Analyzer results
sca-results.csv
sfca_results.json

# Local environment variables
.env