You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this project doesn't have a .gitignore. Meaning when you build the project several files are created and reported as "untracked" via the git status command.
C:\PSScriptAnalyzer>git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add ..." to include in what will be committed)
Currently, this project doesn't have a .gitignore. Meaning when you build the project several files are created and reported as "untracked" via the
git status
command.GitHub has a recommended .gitignore file for Visual Studio projects located here.
The text was updated successfully, but these errors were encountered: