mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Merge d0c84ec89b
into 524ae7b4c7
This commit is contained in:
commit
ab0707a8ea
1 changed files with 16 additions and 0 deletions
16
MavensMate.gitignore
Normal file
16
MavensMate.gitignore
Normal 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 MavensMate’s
|
||||
# execute anonymous functionality, while keeping named scripts
|
||||
apex-scripts/*
|
||||
!apex-scripts/*.cls
|
Loading…
Add table
Add a link
Reference in a new issue