forked from markekraus/AutoDocumentsExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (42 loc) · 755 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
55
56
### PowerShell ###
# Exclude packaged modules
*.zip
# Exclude .NET assemblies from source
*.dll
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# PowerShell Studio Build Files
*.psproj
*.psprojs
*.psbuild
*.preview.ps1
*.run.ps1
*.temppoint.*
*.RestorePoint.*
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Folder config file
[Dd]esktop.ini
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# Windows image file caches
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Don't check in the output or _build-cache dirs
/output/
/_build-cache/