1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00
This commit is contained in:
Scott Pelak 2025-07-01 21:23:17 +02:00 committed by GitHub
commit ab0707a8ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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