14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
# 忽略所有 .DS_Store 文件
|
|
*.DS_Store
|
|
|
|
# 忽略 playbooks/deepflow 目录下的 tar.gz 文件
|
|
playbooks/deepflow/*.zip
|
|
playbooks/deepflow/*.tar.gz
|
|
playbooks/deepflow/deepflow-agent-playbook/*.zip
|
|
|
|
remotes.before.txt
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|