Files
Pinry/.dockerignore
2022-05-04 21:59:21 +08:00

37 lines
309 B
Plaintext

# local data
docker/data/
.github/
# static
static
.idea
pinry-spa/node_modules
pinry-spa/dist
local_settings.py
# git
.git
.gitignore
# docs
docs
# docker
.dockerignore
Dockerfile*
docker-compose*
# database
db.sqlite3
# misc conf
.flake8
.travis.yml
# vscode
.vscode
# markdown
LICENSE.md
README.md