Skip to content

Commit 4ebd87b

Browse files
author
Dustin Updyke
committed
8.1 clean up
1 parent 14f1150 commit 4ebd87b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,7 @@ _config/*
320320
_output/
321321
_output/*
322322
*_output/*
323-
output/
323+
output/
324+
325+
**/.vscode/
326+
*.vscode*

src/Ghosts.Api/ghosts.api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>GHOSTS Development Team for CERT > Software Engineering Institute > Carnegie Mellon University</Authors>
1111
<Company>Carnegie Mellon University</Company>
1212
<Product>GHOSTS</Product>
13-
<Description>GHOSTS NPC Platform - please email ddupdyke[-at-]sei.cmu.edu with bugs/requests/other</Description>
13+
<Description>GHOSTS NPC Platform - please email ddupdyke[-at*]sei.cmu.edu with bugs/requests/other</Description>
1414
<Copyright>Carnegie Mellon University 2017</Copyright>
1515
<NoWarn>$(NoWarn);1591</NoWarn>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)