1 Star 0 Fork 1

lqkitten/cobbler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
Enno Gotthold 提交于 2022-02-04 15:20 . Ignore: Add misc IDE and test files
*.pyc
*.swp
*.tmp
*~
*.class
dist
rpm-build
deb-build
release
build
MANIFEST
TAGS
tags
.project
.pydevproject
.coverage
.metadata
# setuptools
cobbler.egg-info
# docs - ignore pod output
docs/*.gz
docs/*.html
# Build output
cobbler/webui/master.py
config/version
# Autogenerated cobbler4j classes, should never be checked in:
cobbler4j/src/main/java/org/fedorahosted/cobbler/autogen
cobbler4j/user.properties
cobbler4j/target
# Testrun output
test.log
# IntelliJ IDEA + venv
.idea/
# Normal venv.
venv/
# Venv for developnig with Python3 for the futurize branch.
venv3/
# Coverage
covhtml/
# Docs
docs/_build
# Misc
.dmypy.json
supervisord.pid
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lqkitten/cobbler.git
git@gitee.com:lqkitten/cobbler.git
lqkitten
cobbler
cobbler
main

搜索帮助