-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
130 lines (125 loc) · 2.49 KB
/
Copy path.gitignore
File metadata and controls
130 lines (125 loc) · 2.49 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
###################
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.pdb
*.dll.config
*.cache
*.suo
# Include dlls if they�re in the NuGet packages directory
!/packages/*/lib/*.dll
!/packages/*/lib/*/*.dll
# Include dlls if they're in the CommonReferences directory
!*CommonReferences/*.dll
####################
# VS Upgrade stuff #
####################
UpgradeLog.XML
_UpgradeReport_Files/
###############
# Directories #
###############
bin/
obj/
TestResults/
.vs/
.Cursor
.vscode/
node_modules/
package-lock.json
###################
# Web publish log #
###################
*.Publish.xml
#############
# Resharper #
#############
/_ReSharper.*
*.ReSharper.*
############
# Packages #
############
# it�s better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
######################
# Logs and databases #
######################
*.log
*.sqlite
*.bacpac
# OS generated files #
######################
.DS_Store
ehthumbs.db
Thumbs.db
[Bb]in
[Oo]bj
[Tt]est[Rr]esults
*.suo
*.user
*.[Cc]ache
*[Rr]esharper*
packages
NuGet.exe
_[Ss]cripts
*.exe
*.dll
*.nupkg
*.ncrunchsolution
*.dot[Cc]over
# Dynamicweb Specific #
######################
**/cache.net
*.log
*.license
**/Database.config
**/GlobalSettings.*
_parsed/
**/Files/Templates/Less_*.config
# DW/Swift specific #
######################
**/Files/**/Log/
**/Files/**/EventNotifications/
**/Files/**/UpdateVersion_ecom.xml
**/Files/**/update.xml
**/Files/System/Log
**/Files/System/Diagnostics
**/Files/System/Items/Translations.xml
**/Files/System/Indexes/*
**/Files/System/ShadowEdit*
**/Files/System/SmartSearches/*
**/Files/System/Items/WebsiteLayouts_*.xml
**/Files/System/Items/ItemType_Publication*.xml
**/Files/Templates/Designs/Swift-v2/Assets/*
**/Files/Templates/Designs/Publications/**/*
**/Files/Templates/Items/Publication*
**/Files/System/Indexes
**/Files/Images/*
**/Files/System/Integration/Jobs/GDSNImportSetup.xml
**/Files/System/Integration/Jobs/GDSNProvidersSetup.xml
**/Files/System/Integration/OpenCatalog/GDSN/GDSNProvidersSetupSource.xml
**/Files/System/Styles/
# DW/Swift Whitelist #
######################
!**/Files/System/Repositories/
!**/Files/System/SmartSearches/
!**/Files/System/Integration/
!**/Files/System/Items/
!**/Files/Templates/Designs/Swift-v2/Assets/images/
!**/Files/Images/Icons/
!**/Files/System/Styles/**/*.config
# DW10/Swift specific #
######################
**/*.dw10.cshtml
Properties/launchSettings.json
.claude/settings.local.json