Skip to content

Commit b513bcb

Browse files
committed
Update project folder structure
Update folder structure to comply with labs project conventions
1 parent c2368e8 commit b513bcb

34 files changed

+104
-14
lines changed

.gitignore

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
*.sdf
2-
*.vspscc
3-
*.suo
4-
Debug
5-
Release
6-
AppPackages
7-
*.vssscc
8-
*.user
9-
*.ipch
10-
*.opensdf
11-
BundleArtifacts
12-
.DS_Store
13-
*.userprefs
14-
*.a
1+
# ignore logs
2+
Test\Logs\*.log
3+
Test/Logs/*.log
4+
5+
Test\package\*
6+
Test/package/*

0 commit comments

Comments
 (0)