Skip to content

Commit

Permalink
docker: add .dockerignore to prevent sharing sensitive data or useles…
Browse files Browse the repository at this point in the history
…s files into the docker image
  • Loading branch information
s-pace committed Oct 15, 2019
1 parent 38f0fd5 commit e1440da
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.DS_Store
crawling_data
node_modules
checker/node_modules
.cache
src/__pycache__/
src/strategies/__pycache__/
*.pyc
.env
update.sh

*yarn.lock

# IDE Files
.idea/
*.iml
geckodriver.log
.vscode/

configs/public
configs/private

0 comments on commit e1440da

Please sign in to comment.