1 Star 0 Fork 0

蔡徐坤/vue_django

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
蔡徐坤 提交于 2024-01-21 13:35 . add info
# Python
*.pyc
__pycache__/
*.pyo
*.pyd
*.pyz
*.pyw
# IDE
.idea/
# Virtual Environment
venv/
env/
*/.env
/.vscode/
# Django
*.log
*.pot
*.pyc
*.pyo
__pycache__/
db.sqlite3
media/
# OS generated files
.DS_Store
Thumbs.db
./django_shop/config.py
.DS_Store
/dist
/node_modules
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xu-kun-wuhan/vue_django.git
git@gitee.com:xu-kun-wuhan/vue_django.git
xu-kun-wuhan
vue_django
vue_django
master

搜索帮助