-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
102 lines (82 loc) · 1.88 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
# For useful gitignore templates see: https://github.com/github/gitignore
# Salesforce cache
.sfdx/
.sf/
.localdevserver/
# LWC VSCode autocomplete
**/lwc/jsconfig.json
jsconfig.json
# VS Code project settings
# .vscode/*
# !.vscode/extensions.json
# LWC Jest coverage reports
coverage/
# SOQL Query Results
**/scripts/soql/query-results
# PMD Files
.pmdCache
pmd/deploy.csv
pmd/pmd.csv
filelist.txt
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Artifact from old autocomplete extension
.vim-force.com/
# Dependency directories
node_modules/
# Eslint cache
.eslintcache
# MacOS system files
**/.DS_Store
.DS_Store
# Windows system files
Thumbs.
ehthumbs.db
[Dd]esktop.ini
$RECYCLE.BIN/
# metadata format files
src
mdconverted
# Test results
testresults
# temporary files
tmp
**/layouts/Contact*
**/layouts/Global*
**/layouts/Lead*
**/layouts/Account*
**/layouts/Task*
!**/Account-Account %28Action Plans%29 Layout.layout-meta.xml
!**/Task-Task ActionPlans Layout.layout-meta.xml
**/objects/Activity
!**/objects/Activity/fields/TaskAPTask__c.field-meta.xml
**/objects/Account
**/objects/Contact
**/objects/Contract
**/objects/Case
**/objects/Campaign
**/objects/Lead
**/objects/Opportunity
!**/webLinks/**
sfdx-source/LabsActionPlans/main/default/flows/**
sfdx-source/LabsActionPlans/main/default/reports/**
# Action Plans Objects
!**/objects/ActionPlan__c/**
!**/objects/ActionPlanTemplate__c/**
!**/objects/APTask__c/**
!**/objects/APTemplateTask__c/**
!**/objects/Weekend_Day__mdt/**
!**/objects/Action_Plans_Settings__c/**
# Other Salesforce Metadata
**Custom_Object**
**/quickActions
**/profiles
**/objects/Task/recordTypes
**/standardValueSets
**/Translations