mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-24 20:33:04 +00:00
perf: better docker ignore
This commit is contained in:
parent
d8b867355e
commit
54177a5ea9
1 changed files with 15 additions and 2 deletions
|
@ -1,14 +1,27 @@
|
|||
.git
|
||||
.gitignore
|
||||
.gitmodules
|
||||
CONTRIBUTORS.txt
|
||||
LICENSE.rst
|
||||
README.md
|
||||
|
||||
*.pyc
|
||||
**/*.pyc
|
||||
*media/*
|
||||
*static/*
|
||||
*build/*
|
||||
*.DS_STORE
|
||||
**/*.DS_STORE
|
||||
db.*
|
||||
venv*
|
||||
node_modules
|
||||
Resources
|
||||
graphql
|
||||
.vscode
|
||||
.github
|
||||
.circleci
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
/*.md
|
||||
/*.js
|
||||
.env
|
||||
*pycache*
|
||||
target
|
Loading…
Reference in a new issue