Skip to content

Project Does Not Have .gitignore File #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GoodOlClint opened this issue May 12, 2015 · 2 comments
Closed

Project Does Not Have .gitignore File #143

GoodOlClint opened this issue May 12, 2015 · 2 comments
Assignees
Milestone

Comments

@GoodOlClint
Copy link
Contributor

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.

@yutingc
Copy link
Contributor

yutingc commented May 12, 2015

Thanks @GoodOlClint, we will look into that.

@yutingc yutingc self-assigned this May 12, 2015
@yutingc yutingc added this to the 1505 milestone May 12, 2015
@yutingc
Copy link
Contributor

yutingc commented May 12, 2015

Added .gitignore file. #144

@yutingc yutingc closed this as completed May 12, 2015
@vors vors removed the in progress label May 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants