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

Add gitignore #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add gitignore #11

wants to merge 4 commits into from

Conversation

slifty
Copy link
Contributor

@slifty slifty commented Aug 20, 2019

This adds a .gitignore file which should help prevent the inclusion of local updates, logs, and compiled targets. It also pushes an updated package.json and package lock file for the node portion of the project.

Resolves #1

Shikha Mahajan and others added 4 commits August 20, 2019 19:17
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
The compiled war file shouldn't live in the repo, so lets take it out.

Issue #1
@slifty
Copy link
Contributor Author

slifty commented Aug 20, 2019

Somehow this was implemented from an old version of the master branch, hence the insane force pushing and the weird initial commit. I think we can either squash to remove the history or (possibly) it will remove itself.

@reefdog reefdog removed their request for review May 12, 2020 16:18
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.

Create a .gitignore and remove generated files
1 participant