mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
15 lines
125 B
Text
15 lines
125 B
Text
|
.git
|
||
|
.gitignore
|
||
|
CONTRIBUTORS.txt
|
||
|
LICENSE.rst
|
||
|
README.md
|
||
|
|
||
|
*.pyc
|
||
|
*media/*
|
||
|
*static/*
|
||
|
*build/*
|
||
|
*.DS_STORE
|
||
|
db.*
|
||
|
venv*
|
||
|
node_modules
|