Skip to content

Commit

Permalink
git: gitignore extension
Browse files Browse the repository at this point in the history
* add files to .gitignore

Signed-off-by: Igor Milhit <igor.milhit@rero.ch>
  • Loading branch information
Igor Milhit authored and rerowep committed Oct 3, 2018
1 parent 80245b6 commit f364218
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -45,6 +45,8 @@ htmlcov/
nosetests.xml
coverage.xml
*,cover
.pytest_cache/
test.db

# end-to-end testing
.e2e_screenshots
Expand All @@ -65,3 +67,6 @@ target/
.*.sw?

celerybeat-schedule

# Environment variables
.env

0 comments on commit f364218

Please sign in to comment.