-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
40 lines (30 loc) · 916 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
# ignore any temp directory (used in build steps)
temp/
# Ignore PSDepend installed build modules dependencies.
build/dependencies/PSDepend/*
!build/dependencies/PSDepend/README.md
!build/dependencies/PSDepend/build.depend.psd1
# PSGallery publishing file can contain personal API key and paths and thus we want to ignore it if it exists
.psgallery
# The persistent build environment xml files can contain API keys or other information you may not want to share
*.buildenvironment.xml
*.buildenvironment.json
# Just in case I'm a few screws loose and leave a copy of this in any project directory, ignore it.
psgalleryapi.txt
# Others you probably don't want or need to be public
~$*
*~
*.pfx
coverage.xml
#############
## Windows detritus
#############
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store