1 Star 0 Fork 0

mamh-mixed/saltstack-salt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 2.19 KB
一键复制 编辑 原始数据 按行查看 历史
Pedro Algarvio 提交于 2024-03-07 10:06 . Merge 3007.x into master
/build
/src
__pycache__/
*.py[co]
pkg/arch/*.tar.xz
*.sw[a-p]
doc/_build
doc/doc-archive.tar.gz
dist
MANIFEST
*~
*#
*.wpr
*.wpu
*.DS_Store
.pytest_cache
Pipfile.lock
.mypy_cache/*
.tools-venvs/
# virtualenv
# - ignores directories of a virtualenv when you create it right on
# top of salt such as
# - /some/path$ git clone https://github.com/thatch45/salt.git
# - /some/path$ virtualenv --python=/usr/bin/python2.6 salt
/.?env/
/bin/
/etc/
/include/
/lib/
/lib64/
/local/
/pip/
/share/
/tests/integration/tmp/
/tests/cachedir/
/tests/unit/templates/roots/
/var/
/.?venv/
# setuptools stuff
*.egg-info
# code coverage outputs genereated by coverage.py
.coverage
.coverage.*
coverage.xml
htmlcov/
# IDE files
/.settings
/.project
/.pydevproject
/.idea
/.ropeproject
.ropeproject
*_flymake.py
/*.iml
*.sublime-project
*.sublime-workspace
# ignore ctags file
tags
# ignore Vagrant file
**/Vagrantfile
**/.vagrant
# Compiled translation files should not be VCS'ed
# locale/zh_CN/LC_MESSAGES/topics/virt/nic.mo
*.mo
.doctrees
# Allow a user to set their own _version.txt for testing
_version.txt
# Ignore auto generated _syspaths.py file
_syspaths.py
# Ignore grains file written out during tests
tests/integration/files/conf/grains
/salt/_syspaths.py
# ignore the local root
/root/**
# Ignore file cache created by jinja tests
tests/unit/templates/roots
# Pycharm
.idea
venv/
# VS Code
.vscode
# Ignore the log directory created by tests
/logs
tests/integration/cloud/providers/logs
# Private keys from the integration tests
tests/integration/cloud/providers/pki/minions
/helpers/
# Ignore tox virtualenvs
/.tox/
# Ignore nox virtualenvs
/.nox/
# Ignore pyenv files
.python-version
/artifacts/
requirements/static/*/py*/*.log
# Vim's default session file
Session.vim
# VM task state directory
.vms-state/
# Nox requirements archives
nox.*.tar.bzip2
nox.*.tar.gz
nox.*.tar.xz
# Debian packages
/debian
/pkg/debian/.debhelper
/pkg/debian/*substvars
/pkg/debian/*.debhelper*
/pkg/debian/files
/pkg/debian/salt-api
/pkg/debian/salt-common
/pkg/debian/salt-cloud
/pkg/debian/salt-dbg
/pkg/debian/salt-master
/pkg/debian/salt-minion
/pkg/debian/salt-ssh
/pkg/debian/salt-syndic
/pkg/debian/debhelper-build-stamp
.tools-venvs
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mamh-mixed/saltstack-salt.git
git@gitee.com:mamh-mixed/saltstack-salt.git
mamh-mixed
saltstack-salt
saltstack-salt
master

搜索帮助