-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
27 lines (22 loc) · 785 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
# ignore the settings folder and files for VSCode and PSS
.vscode/*
*.psproj
*TempPoint*
# Ignore staging info from Visual Studio
library/PSAzureMigrationAdvisor/.vs/*
library/PSAzureMigrationAdvisor/PSAzureMigrationAdvisor/bin/*
library/PSAzureMigrationAdvisor/PSAzureMigrationAdvisor/obj/*
# ignore PowerShell Studio MetaData
PSAzureMigrationAdvisor/PSAzureMigrationAdvisor.psproj
PSAzureMigrationAdvisor/PSAzureMigrationAdvisor.psproj.bak
PSAzureMigrationAdvisor/PSAzureMigrationAdvisor.psprojs
PSAzureMigrationAdvisor/PSAzureMigrationAdvisor.psproj
# ignore the TestResults
TestResults/*
# ignore the publishing Directory
publish/*
# ignore the built daata files
PSAzureMigrationAdvisor/data/*.psd1
PSAzureMigrationAdvisor/data/*.json
PSAzureMigrationAdvisor/data/*.clidat