-
Notifications
You must be signed in to change notification settings - Fork 83k
feat: Add Salesforce #4702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: Add Salesforce #4702
Conversation
Please fill out the PR description describing the purpose of this change, linking to docs and such You'll also need to remove unrelated lines such as node_modules, .DS_Store, etc |
Hi @thorrsson I've added the list of items already. Note, the |
Hey @achillesrasquinha Since you checked off that you read the contribution guidelines you would have seen in there that templates should include only entries pertaining to the language or tool it's being created for. We'll need to remove those from this PR before it can be merged. |
Apologies on missing that! Let me revise the same and update then as per requirements. |
Removed node_modules and DS_Store
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new .gitignore
template specifically for Salesforce development projects. The template includes patterns to ignore Salesforce-specific cache files, development tools, logs, and other artifacts commonly generated during Salesforce application development.
- Adds comprehensive Salesforce-specific ignore patterns for cache directories, config files, and development artifacts
- Includes common development tool patterns for LWC (Lightning Web Components), ESLint, and logging
- Covers system-specific files and local environment variables
|
||
# Windows system files | ||
Thumbs.db | ||
ehthumbs.db |
There was a problem hiding this comment.
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.
ehthumbs.db | |
ehthumbs.db | |
ehthumbs_vista.db |
Copilot uses AI. Check for mistakes.
Reasons for making this change
This is a
.gitignore
for the Salesforce Packages.Links to documentation supporting these rule changes
There isn't none but one here: https://www.salesforce.com/ca/editions-pricing/overview/
If this is a new template
Link to application or project’s homepage: TODO
Merge and Approval Steps