添加 .gitignore 文件以排除不必要的文件
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
|||||||
|
*.retry
|
||||||
|
.DS_Store
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.egg-info/
|
||||||
|
.ansible/
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user