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 config.json to .gitignore and add .dockerignore #427

Merged
merged 2 commits into from
Aug 18, 2022

Conversation

kinghrothgar
Copy link
Contributor

@kinghrothgar kinghrothgar commented Jul 1, 2022

This is a very small change. If you follow the README, you will end up creating a config.json in the root of the repo. This will prevent that from causing a non-clean git status.

It is also helpful for development so that you can have a config file in the repo for testing.

This PR also adds a .dockerignore file which mirrors .gitignore with a few exceptions. Without it, building locally sucks if you have large test db test data in your repo as Docker copies all of that into the context to build even though it's not needed.

@kinghrothgar kinghrothgar changed the title Add config.json to .gitignore Add config.json to .gitignore and add .dockerignore Jul 1, 2022
Copy link
Contributor

@salemhilal salemhilal left a comment

Choose a reason for hiding this comment

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

Good catch. Thank you!

@salemhilal salemhilal merged commit d75060b into hound-search:main Aug 18, 2022
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.

2 participants