mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
27 lines
No EOL
253 B
Text
27 lines
No EOL
253 B
Text
.git
|
|
.gitignore
|
|
.gitmodules
|
|
CONTRIBUTORS.txt
|
|
LICENSE.rst
|
|
README.md
|
|
|
|
**/*.pyc
|
|
*media/*
|
|
*static/*
|
|
*build/*
|
|
**/*.DS_STORE
|
|
db.*
|
|
venv*
|
|
node_modules
|
|
Resources
|
|
graphql
|
|
.vscode
|
|
.github
|
|
.circleci
|
|
docker-compose.yml
|
|
.dockerignore
|
|
/*.md
|
|
/*.js
|
|
.env
|
|
*pycache*
|
|
target |