pokeapi/.dockerignore

28 lines
251 B
Text
Raw Permalink 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-02-01 18:49:24 +01:00
docker-compose*
2021-05-14 19:48:59 +02:00
.dockerignore
/*.md
/*.js
.env
*pycache*
2024-02-01 18:49:24 +01:00
target