Closed
Description
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)Engine/bin/ Engine/obj/ PSScriptAnalyzer/ PSScriptAnalyzer_Build.log Rules/bin/ Rules/obj/
nothing added to commit but untracked files present (use "git add" to track)
GitHub has a recommended .gitignore file for Visual Studio projects located here.