1
0
mirror of https://github.com/github/gitignore synced 2024-07-01 16:53:10 +02:00
gitignore/MavensMate.gitignore

16 lines
408 B
Plaintext
Raw Normal View History

#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