-
-
Notifications
You must be signed in to change notification settings - Fork 803
/
.gitignore
54 lines (43 loc) · 987 Bytes
/
.gitignore
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
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
# Local coverage file produced by pester5
coverage.xml
# For those that want to use Docker images for testing
# Integration with Docker requires the docker compose file to exist within the project folder
docker-compose.yml
### NCrunch ###
# NCrunch
*.ncrunch*
_NCrunch_*
*.crunch.xml
*.ncrunchsolution*
nCrunchTemp_*
debug.log
en-us/dbatools-help.xml
dbatools.ps1
dbatools.dat
allcommands.ps1
# Environment files
**/.env
# Aider files
/.aider.tags.cache.v3
.aider/.aider.chat.history.md
.aider/.aider.input.history
.aider/aider.chat.history.md
.aider/aider.input.history
.aider/aider.llm.history