mirror of
https://github.com/pinry/pinry.git
synced 2026-02-26 08:11:08 +01:00
26 lines
194 B
Plaintext
26 lines
194 B
Plaintext
# 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
|