Skip to content

Update .gitignore to exclude C# compiled files#141

Merged
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:update-gitignore
Mar 28, 2025
Merged

Update .gitignore to exclude C# compiled files#141
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:update-gitignore

Conversation

@madmiraal
Copy link
Copy Markdown
Contributor

#116 removed a lot of unnecessary excludes from .gitignore. However, it also removed the /obj folders, which are created by C# builds.

To avoid C# build files being included in commits, this PR adds the C# build files folder to .gitignore.

@madmiraal madmiraal added the PR Type: Enhancement Your current game will work better. label Mar 28, 2025
@DanielaOrtner DanielaOrtner self-requested a review March 28, 2025 13:48
Copy link
Copy Markdown
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your good work :)

@DanielaOrtner DanielaOrtner merged commit c98f0c4 into RebelToolbox:main Mar 28, 2025
@madmiraal madmiraal deleted the update-gitignore branch March 28, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR Type: Enhancement Your current game will work better.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants