加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
Radosław Piliszek 提交于 2020-04-10 15:55 . Ignore .vscode/ in Git
# vim and emacs temp files
*~
[._]*.s[a-w][a-z]
# Any disk images
*.qcow2
*.img
.tox/
.buildconf
# Files generated by setup.py
*.egg-info
build
.eggs
# Files generated by tools/genenv
openrc
openstack.env
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# the files generated from tox command.
.stestr/
AUTHORS
ChangeLog
doc/build
.coverage
cover/
# Files generated by Vagrant
contrib/dev/vagrant/Vagrantfile.custom
contrib/dev/vagrant/vagrantkey
contrib/dev/vagrant/vagrantkey.pub
contrib/dev/vagrant/storage/
.vagrant/
# Files generated by JetBrains
.idea/
# File generated by Eclipse
.project
.pydevproject
# Files generated by Visual Studio Code
.vscode/
# Files created by reno build
releasenotes/build
# Files generated by Ansible
ansible/*.retry
# Others
.DS_Store
.vimrc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化