-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (55 loc) · 914 Bytes
/
.gitignore
File metadata and controls
65 lines (55 loc) · 914 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
dbatools-startmigration-transcript.txt
dbatools-exceptions.txt
*TempPoint*
*.pssproj
# ignore the settings folder and files for VSCode
.vscode/*
*.psproj
dbatools.psprojs
# ignore the settings folder and files for Visual Studio
.vs/*
# VIM backup files
*~
# msbuild log file and structured binary log file
msbuild.log
msbuild.binlog
# Local constant file
tests/constants.local.ps1
### NCrunch ###
# NCrunch
*.ncrunch*
_NCrunch_*
*.crunch.xml
*.ncrunchsolution*
nCrunchTemp_*
debug.log
bin/
temp/
runtimes/
lib/
/third-party
/third-party-licenses
/OLDLIB
.devcontainer/.env
dbatools.library.zip
/artifacts
.roo/mcp.json
/.claude
NUL
# Benchmark artifacts
benchmarks/**/BenchmarkDotNet.Artifacts/
benchmarks/**/TestData/
benchmarks/**/bin/
benchmarks/**/obj/
benchmarks/**/*.csv
# Build outputs
obj/
*.user
*.suo
*.cache
*.log
packages/
*.nupkg
TestResults/
# Local publish script with API key
publish.ps1