Skip to content

Project Does Not Have .gitignore File #143

Closed
@GoodOlClint

Description

@GoodOlClint

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions