pokeapi/.dockerignore

27 lines
250 B
Text
Raw Normal View History

.git
.gitignore
2021-05-14 19:48:59 +02:00
.gitmodules
CONTRIBUTORS.txt
LICENSE.rst
README.md
2021-05-14 19:48:59 +02:00
**/*.pyc
*media/*
*static/*
*build/*
2021-05-14 19:48:59 +02:00
**/*.DS_STORE
db.*
venv*
node_modules
2021-05-14 19:48:59 +02:00
Resources
graphql
.vscode
.github
.circleci
2024-03-25 22:01:11 +01:00
docker-compose*
2021-05-14 19:48:59 +02:00
.dockerignore
/*.md
/*.js
.env
*pycache*
target