forked from PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (49 loc) · 860 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
57
58
59
60
61
62
63
64
bin/
obj/
project.lock.json
*-tests.xml
/debug/
/staging/
/Packages/
*.nuget.props
# dotnet cli install/uninstall scripts
dotnet-install.ps1
dotnet-install.sh
dotnet-uninstall-pkgs.sh
dotnet-uninstall-debian-packages.sh
# VS auto-generated solution files for project.json solutions
*.xproj
*.xproj.user
*.suo
# VS auto-generated files for csproj files
*.csproj.user
# Project Rider IDE files
.idea.powershell/
# Ignore executables
*.exe
*.msi
*.appx
# Ignore binaries and symbols
*.pdb
*.dll
# Ignore packages
*.deb
*.zip
*.rpm
*.pkg
# ignore the version file as it is generated at build time
powershell.version
# default location for produced nuget packages
/nuget-artifacts
# generated man files
/assets/powershell.1*
# resgen output
gen
# Per repo profile
.profile.ps1
#VS Code files
.vscode
# OS X
.DS_Store
# TestsResults
TestsResults*.xml