Skip to content

Conversation

@natalialuzuriaga
Copy link
Collaborator

Repository Templates: Create .gitignore

Problem

We would like to add a general .gitignore across all our repository templates.

Solution

Added .gitignore which covers basic files and common patterns for various technology stacks.

Result

.gitignore now comes out of the box with our templates. Users can add on top of it rather than creating it from scratch.

Copy link
Contributor

@decause-gov decause-gov left a comment

Choose a reason for hiding this comment

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

LGTM +1 🚢

@natalialuzuriaga natalialuzuriaga changed the base branch from main to dev December 15, 2025 18:52
Copy link
Contributor

@sachin-panayil sachin-panayil left a comment

Choose a reason for hiding this comment

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

one minor change but we should also have terraform files in here based off NPD and any project that uses terraform/cloud

.terraform/
*.tfstate
.tfstate.

!.mvn/wrapper/maven-wrapper.jar

# Docker
.dockerignore
Copy link
Contributor

Choose a reason for hiding this comment

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

we should keep this and not gitignore since this is like dockers version of gitignore

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants