Skip to content

Commit 351be97

Browse files
committed
Update .gitignore
1 parent 7f7a988 commit 351be97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*~
2020

2121
## nuget packages
22-
*/[pP]ackages/*/
22+
[pP]ackages/
2323
*.nupkg
2424

2525
## nuget tools
@@ -34,3 +34,6 @@
3434

3535
## Stylecop cache
3636
[Ss]tyle[Cc]op.[Cc]ache
37+
38+
## AppPackages
39+
AppPackages/

0 commit comments

Comments
 (0)