1
0
mirror of https://github.com/github/gitignore synced 2024-06-29 15:52:50 +02:00
gitignore/MavensMate.gitignore
flexchecks d0c84ec89b Added MavensMate.gitignore
MavensMate is a Sublime Text Package that is an IDE for Salesforce.com
Development.

http://mavensmate.com/
https://www.salesforce.com/
2016-06-10 13:10:28 -04:00

16 lines
408 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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