-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (28 loc) · 751 Bytes
/
.gitignore
File metadata and controls
37 lines (28 loc) · 751 Bytes
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
/src/packages/*
obj
bin
*.suo
*.user
# WinMerge backup files
*.orig
**/App_Data/*
# access.config holds content protection configuration
!**/App_Data/access.config
# Exclude build artifacts and output
/src/CiOutput
/src/CiArtefact
# CiWebDeploy contains a mix of build-generated files and environment
# parameters. Only the environment parameters should be comitted
**/CiWebDeploy/*
!**/CiWebDeploy/Site.SetParameters.Dev.xml
!**/CiWebDeploy/Site.SetParameters.Prod.xml
!**/CiWebDeploy/Site.SetParameters.Staging.xml
!**/CiWebDeploy/Site.SetParameters.Tests.xml
!**/CiWebDeploy/Site.SetParameters.Uat.xml
# Automatically created. During Umbraco package install I think
web.config.*.backup
.DS_Store
*.swp
*.lock
*sublime*
CompiledIndexCache