-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (61 loc) · 810 Bytes
/
.gitignore
File metadata and controls
68 lines (61 loc) · 810 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
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
[Bb]in/
[Oo]bj/
*.suo
*.user
*.userprefs
_ReSharper.*
*.ReSharper.user
*.resharper.user
.vs/
.vscode/
Backup/
*.lock.json
*.nuget.props
*.nuget.targets
*.orig
packages/
.DS_Store
*.config
*.nupkg
*.nuspec
*.trx
*/TestResults/
*/app.config
*/LivePreviewTest.cs
# Security - Exclude ALL configuration files with credentials
App.config.local
*.config.local
**/App.config
**/app.config
Contentstack.Core.Tests/App.config
Contentstack.Core.Tests/app.config
# Test Results
TestResults/
test-report*.html
test-report-enhanced*.html
*.trx
docs
# Security Scan Reports
SECURITY-SCAN-REPORT.txt
# IDE and OS files
.DS_Store
.vs/
.vscode/
*.swp
*.swo
*~
# Build artifacts
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# NuGet
*.nupkg
*.snupkg
.nuget/
packages/
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates