pokeapi/.gitignore
Charles Marttinen b12d8576d9 Fix v2 database build script to work on Windows
Image sprite paths should be Unix-style, but the build script used the
OS default, so the process failed on Windows.
2018-06-02 19:29:18 -04:00

9 lines
77 B
Text
Executable file

*.pyc
*media/*
*static/*
*build/*
*.DS_STORE
db.*
venv*
node_modules
.vscode