generated from Szandor72/devops-center-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.forceignore
46 lines (35 loc) · 1.09 KB
/
.forceignore
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
# .forceignore v2
#
# List files or directories below to ignore them when running
# force:source:push, force:source:pull, and force:source:status
# More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm
#
# git keep files
**/.gitkeep
# Standard Meta Data
package.xml
# LWC
**/jsconfig.json
**/.eslintrc.json
**/lwc/**/*.json
# LWC Jest
**/__test__/**
**/__tests__/**
**/*.test.js
**/*.spec.js
# ---------------------------------------------------------------
# CSS / SCSS
# ---------------------------------------------------------------
**/*.scss
# ---------------------------------------------------------------
# Project Specific for initial push
# ---------------------------------------------------------------
**/CommunitySharing.sharingSet-meta.xml
**/profiles/Trial Customer Portal User.profile-meta.xml
# Scratch Org default wave data set
**/wave/EinsteinBotsV2*
# SFDX Workaround backup files
**/workflows/*.bac
**/approvalProcesses/*.bac
# Ignore AppSwitcher as it is not reliable deployable
**/appMenus/AppSwitcher.appMenu-meta.xml