-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
22 lines (18 loc) · 656 Bytes
/
Copy path.gitignore
File metadata and controls
22 lines (18 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ignore the settings folder and files for VSCode and PSS
.vscode/*
*.psproj
*TempPoint*
# Ignore staging info from Visual Studio
library/WinEventLogCustomization/.vs/*
library/WinEventLogCustomization/WinEventLogCustomization/bin/*
library/WinEventLogCustomization/WinEventLogCustomization/obj/*
# ignore PowerShell Studio MetaData
WinEventLogCustomization/WinEventLogCustomization.psproj
WinEventLogCustomization/WinEventLogCustomization.psproj.bak
WinEventLogCustomization/WinEventLogCustomization.psprojs
WinEventLogCustomization/WinEventLogCustomization.psproj
# ignore the TestResults
TestResults/*
# ignore the publishing Directory
publish/*