-
-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (32 loc) · 563 Bytes
/
.gitignore
File metadata and controls
35 lines (32 loc) · 563 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
Artefacts/*
Docs/Examples/Output/*
Ignore/*
Lib/Core/*
Lib/Default/*
Lib/Standard/*
ReleasedUnpacked/*
Releases/*
Sources/.vs
Sources/*/.vs
Sources/*/obj
Sources/*/bin
Sources/*/*/obj
Sources/*/*/bin
Sources/packages/*
### Visual Studio / Code ###
.vs/*
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
### Module Output Files ###
ADCSIssues.CSV
ADCSRemediation.CSV
Locksmith*ADCSIssues.CSV
Locksmith*ADCSRemediation.CSV
Invoke-RevertLocksmith.ps1
### OS Files ###
.DS_Store
Thumbs.db