1
0
mirror of https://github.com/github/gitignore synced 2024-06-20 03:12:50 +02:00

Added MavensMate.gitignore

MavensMate is a Sublime Text Package that is an IDE for Salesforce.com
Development.

http://mavensmate.com/
https://www.salesforce.com/
This commit is contained in:
flexchecks 2016-06-10 13:10:28 -04:00
parent 44763e48a4
commit d0c84ec89b

16
MavensMate.gitignore Normal file
View File

@ -0,0 +1,16 @@
#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 MavensMates
# execute anonymous functionality, while keeping named scripts
apex-scripts/*
!apex-scripts/*.cls