-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (50 loc) · 1.5 KB
/
.gitignore
File metadata and controls
77 lines (50 loc) · 1.5 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
*.dll
*.xml
*.pdb
*.dll.config
*.user
packages/
obj/
bin/
dist/
.vs/
*.Cache TestResults/*
# Certain JS NuGet Packages
**/Scripts/bootstrap*
**/Scripts/moment*
**/Scripts/npm.js
**/Scripts/jquery.icheck*
**/Content/bootstrap*
**/Content/iCheck/
**/fonts/glyphicons*
Tests/Nop.CuCollaborate.Tests/FOM/RulesTests/Experiments.cs
Presentation/CuCollaborate/App_Data/Settings.txt
CuCollaborate.Database/CuCollaborate.Database.dbmdl
*.jfm
Presentation/CuMatch/bin1/amd64/Microsoft.VC90.CRT/README_ENU.txt
Presentation/CuMatch/bin1/NLog.config
Presentation/CuMatch/bin1/roslyn/csc.exe.config
Presentation/CuMatch/bin1/roslyn/csc.exe
Presentation/CuMatch/bin1/roslyn/csi.exe
Presentation/CuMatch/bin1/roslyn/csc.rsp
Presentation/CuMatch/bin1/roslyn/csi.rsp
Presentation/CuMatch/bin1/amd64/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest
Presentation/CuMatch/bin1/roslyn/Microsoft.CSharp.Core.targets
Presentation/CuMatch/bin1/roslyn/Microsoft.VisualBasic.Core.targets
Presentation/CuMatch/bin1/roslyn/vbc.exe
Presentation/CuMatch/bin1/roslyn/vbc.exe.config
Presentation/CuMatch/bin1/roslyn/vbc.rsp
*.exe
Presentation/CuMatch/bin1/roslyn/VBCSCompiler.exe.config
*.manifest
*.txt
# Certain Plugins
Presentation/CuCollaborate/Plugins/Payments.BrainTree/
TestResults/
.DS_Store
.nuget/NuGet.targets
# VIM Swap files
*.swp
Presentation/CuCollaborate/Web.config
!Presentation/Nop.Web/App_Data/Localization/*
!Presentation/Nop.Web/content/samples/*