mirror of
https://github.com/github/gitignore.git
synced 2025-04-12 23:59:01 +08:00
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 |