Skip to content

Commit 6580d1b

Browse files
author
Kevin Kirkpatrick
committed
Added .git files to root of repo
Signed-off-by: Kevin Kirkpatrick <[email protected]>
1 parent a20d1ed commit 6580d1b

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.gitattributes

Whitespace-only changes.

.gitignore

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# PowerShell Studio Files
2+
*.temppoint.*
3+
*.psproj.psbuild
4+
*.psbuild
5+
6+
#VS Code Files
7+
*.vscode
8+
9+
# Windows image file caches
10+
Thumbs.db
11+
ehthumbs.db
12+
13+
# Folder config file
14+
Desktop.ini
15+
16+
# Recycle Bin used on file shares
17+
$RECYCLE.BIN/
18+
19+
# Windows Installer files
20+
*.cab
21+
*.msi
22+
*.msm
23+
*.msp
24+
25+
# Windows shortcuts
26+
*.lnk
27+
28+
# =========================
29+
# Operating System Files
30+
# =========================
31+
32+
# OSX
33+
# =========================
34+
35+
.DS_Store
36+
.AppleDouble
37+
.LSOverride
38+
39+
# Thumbnails
40+
._*
41+
42+
# Files that might appear on external disk
43+
.Spotlight-V100
44+
.Trashes
45+
46+
# Directories potentially created on remote AFP share
47+
.AppleDB
48+
.AppleDesktop
49+
Network Trash Folder
50+
Temporary Items
51+
.apdisk

0 commit comments

Comments
 (0)