forked from dataplat/dbatools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (27 loc) · 682 Bytes
/
.gitignore
File metadata and controls
34 lines (27 loc) · 682 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
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
# 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_*