pokeapi/.dockerignore

27 lines
250 B
Text
Raw Normal View History

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