Skip to content

Commit a3a60ee

Browse files
authored
Merge pull request #4627 from guiarcoverde/add-aws-sam-to-gitignore
Add .aws-sam/ to VisualStudio.gitignore to ignore AWS SAM build artifacts
2 parents de259e2 + 10164d7 commit a3a60ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VisualStudio.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ ASALocalRun/
355355
# MSBuild Binary and Structured Log
356356
*.binlog
357357

358+
# AWS SAM Build and Temporary Artifacts folder
359+
.aws-sam
360+
358361
# NVidia Nsight GPU debugger configuration file
359362
*.nvuser
360363

0 commit comments

Comments
 (0)