-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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
Open
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
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.The text was updated successfully, but these errors were encountered: