Skip to content

Add a .gitignore — build output can be committed today #1

Description

@beyondnetPeru

This repository has no .gitignore at the root, unlike Shell.Aop and Shell.Bootstrapper, which ship the standard .NET ignore file. Same gap as beyondnetcode/Shell.ddd#1.

Without it, bin/, obj/, .vs/ and *.user files can be committed by any contributor whose editor doesn't filter them.

Acceptance criteria

  • .gitignore added, copied from Shell.Aop/.gitignore so the family stays consistent.
  • git status is clean after running dotnet build -c Release.
  • No already-tracked build output remains — verify with git ls-files | grep -E "/(bin|obj)/".

Where

Repository root.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions