Skip to content
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

Create a .gitignore and remove generated files #1

Open
slifty opened this issue Aug 6, 2019 · 0 comments · May be fixed by #11
Open

Create a .gitignore and remove generated files #1

slifty opened this issue Aug 6, 2019 · 0 comments · May be fixed by #11

Comments

@slifty
Copy link
Contributor

slifty commented Aug 6, 2019

This repository doesn't have a git ignoe, but there are definitely generated files that come out of the code base.

We should create that .gitignore using the template for Java projects.

While we do that, we should also delete any generated files that are already checked in. For instance server/target/ROOT.war is created by maven.

@slifty slifty changed the title Create a git ignore Create a .gitignore and remove generated files Aug 6, 2019
slifty added a commit that referenced this issue Aug 20, 2019
This is a combination of the github java gitignore template as well as
some Maven specific ignore files.

It also removes the inclusion of local config properties, and the node
that gets installed during compile.

Issue #1
slifty added a commit that referenced this issue Aug 20, 2019
The compiled war file shouldn't live in the repo, so lets take it out.

Issue #1
@slifty slifty linked a pull request Aug 20, 2019 that will close this issue
slifty added a commit that referenced this issue Aug 20, 2019
This is a combination of the github java gitignore template as well as
some Maven specific ignore files.

It also removes the inclusion of local config properties, and the node
that gets installed during compile.

Issue #1
slifty added a commit that referenced this issue Aug 20, 2019
The compiled war file shouldn't live in the repo, so lets take it out.

Issue #1
slifty added a commit that referenced this issue Aug 20, 2019
This is a combination of the github java gitignore template as well as
some Maven specific ignore files.

It also removes the inclusion of local config properties, and the node
that gets installed during compile.

Issue #1
slifty added a commit that referenced this issue Aug 20, 2019
The compiled war file shouldn't live in the repo, so lets take it out.

Issue #1
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 a pull request may close this issue.

1 participant