Skip to content

Conversation

@mtreinish
Copy link
Contributor

@mtreinishmtreinish commented Sep 4, 2019

As part of the normal process of developing python-github-webhook local
artifacts are generated from running python code, running tox, and
running tests. These are not things that should be committed to the
repo. To avoid accidents or mistakes when a file that shouldn't ever be
added to the repo is included in a commit this commit adds a .gitignore
file and configures it to not include any of these artifacts of normal
development. This way including a file like that by mistake is not
likely to ever happen.

Signed-off-by: Matthew Treinish [email protected]

As part of the normal process of developing python-github-webhook local artifacts are generated from running python code, running tox, and running tests. These are not things that should be committed to the repo. To avoid accidents or mistakes when a file that shouldn't ever be added to the repo is included in a commit this commit adds a .gitignore file and configures it to not include any of these artifacts of normal development. This way including a file like that by mistake is not likely to ever happen. Signed-off-by: Matthew Treinish <[email protected]>
@alexchamberlainalexchamberlain merged commit 6a24c6f into bloomberg:masterMar 6, 2020
Sign up for freeto 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

@mtreinish@alexchamberlain