mirror of
https://github.com/github/gitignore
synced 2025-02-19 17:09:10 +01:00
![flexchecks](/assets/img/avatar_default.png)
MavensMate is a Sublime Text Package that is an IDE for Salesforce.com Development. http://mavensmate.com/ https://www.salesforce.com/
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
#Sublime Text exclusions
|
||
*.sublime-workspace
|
||
*.sublime-project
|
||
*.sublime-settings
|
||
|
||
#MavensMate exclusions
|
||
config/*
|
||
mm.log
|
||
|
||
#OPTIONAL Apex scripts exclusion
|
||
# - Rule 1 excludes the contents of the apex-scripts folder
|
||
# - Rule 2 adds in NAMED apex scripts
|
||
# Together: excludes scripts run though MavensMate’s
|
||
# execute anonymous functionality, while keeping named scripts
|
||
apex-scripts/*
|
||
!apex-scripts/*.cls |