加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.tgz
*.tar.gz
# Logs and databases #
######################
*.log
*.sql
*.sqlite
whoosh_index
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Project Related #
###################
.project
.geanyprj
.pydevproject
.idea
__pycache__
*.nja
*.pyc
*.db
.venv
*.sublime-workspace
*.sublime-project
*.egg-info
*.iml
flaskbb/configs/production.py
flaskbb/configs/development.py
.tox
*.rdb
.cache
*.mo
.coverage
flaskbb/static/emoji/*
.sass-cache
bower_components
node_modules
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化