Skip to content

Commit 16fc326

Browse files
dl2nDan Lovinger
andauthored
VM Fleet 2.0 (#153)
* add .vs directory hierarchies to gitignore (more VS intermediates) * original script-based VM Fleet -> v1.0 for historical archival * VM Fleet 2.0 first release via Microsoft Co-authored-by: Dan Lovinger <[email protected]>
1 parent 733042c commit 16fc326

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+11009
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ dlldata.c
6363
_Chutzpah*
6464

6565
# Visual C++ cache files
66+
.vs/
6667
ipch/
6768
*.aps
6869
*.ncb
@@ -125,7 +126,7 @@ publish/
125126
# Publish Web Output
126127
*.[Pp]ublish.xml
127128
*.azurePubxml
128-
# TODO: Comment the next line if you want to checkin your web deploy settings
129+
# TODO: Comment the next line if you want to checkin your web deploy settings
129130
# but database connection strings (with potential passwords) will be unencrypted
130131
*.pubxml
131132
*.publishproj

0 commit comments

Comments
 (0)