1 Star 0 Fork 1

t0mZ/photoview

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
viktorstrate 提交于 2022-07-08 17:44 . Fix API tests
# See https://help.github.com/ignore-files/ for more about ignoring files.
cache/
/media_cache/
/api/media_cache/
/photos_path
photoview.db
photoview.db-journal
.env
testing.env
# docker
docker-compose.yml
# dependencies
node_modules/
# testing
/ui/coverage
/api/coverage.txt
# building
.cache/
dist/
build/
*.tsbuildinfo
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
yarn.lock
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
# IDEs
.vscode
__debug_bin
.idea
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/t0mZ/photoview.git
git@gitee.com:t0mZ/photoview.git
t0mZ
photoview
photoview
master

搜索帮助