Skip to content

Commit d6ac441

Browse files
author
David Kline
authored
Merge pull request #2894 from StephenHodgson/vNEXT-IgnoreUpdate
Updated git ignore definitions
2 parents 9442f40 + 02667a6 commit d6ac441

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@ UWP/
1212
WindowsStoreApp/
1313
UnityGenerated/
1414
UnityPackageManager/
15+
.out/
1516
project.json
1617
project.lock.json
17-
WSATestCertificate.pfx
18-
WSATestCertificate.pfx.meta
18+
*.package
19+
20+
# ============ #
21+
# Certificates #
22+
# ============ #
23+
*.cert
24+
*.privkey
25+
*.pfx
26+
*.pfx.meta
1927

2028
# ===================================== #
2129
# Visual Studio / MonoDevelop generated #

0 commit comments

Comments
 (0)