Skip to content

Commit 1846f4d

Browse files
committed
chore: migrate to releases-only repository structure
1 parent 36c0985 commit 1846f4d

File tree

283 files changed

+22
-188665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+22
-188665
lines changed

.gitattributes

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 7 additions & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -1,167 +1,7 @@
1-
# Python
2-
__pycache__/
3-
*.py[cod]
4-
*$py.class
5-
*.so
6-
.Python
7-
build/
8-
develop-eggs/
9-
dist/
10-
downloads/
11-
eggs/
12-
.eggs/
13-
lib/
14-
lib64/
15-
parts/
16-
sdist/
17-
var/
18-
wheels/
19-
*.egg-info/
20-
.installed.cfg
21-
*.egg
22-
MANIFEST
23-
24-
# PyInstaller
25-
*.manifest
26-
# Note: *.spec files are tracked (they are configuration files)
27-
# If you want to ignore new .spec files, uncomment the line below:
28-
# *.spec
29-
# But keep MobileTestTool_pyqt.spec and updater.spec tracked
30-
31-
# Installer logs
32-
pip-log.txt
33-
pip-delete-this-directory.txt
34-
35-
# Unit test / coverage reports
36-
htmlcov/
37-
.tox/
38-
.coverage
39-
.coverage.*
40-
.cache
41-
nosetests.xml
42-
coverage.xml
43-
*.cover
44-
.hypothesis/
45-
.pytest_cache/
46-
47-
# Translations
48-
*.mo
49-
*.pot
50-
51-
# Django stuff:
52-
*.log
53-
local_settings.py
54-
db.sqlite3
55-
56-
# Flask stuff:
57-
instance/
58-
.webassets-cache
59-
60-
# Scrapy stuff:
61-
.scrapy
62-
63-
# Sphinx documentation
64-
docs/_build/
65-
66-
# PyBuilder
67-
target/
68-
69-
# Jupyter Notebook
70-
.ipynb_checkpoints
71-
72-
# pyenv
73-
.python-version
74-
75-
# celery beat schedule file
76-
celerybeat-schedule
77-
78-
# SageMath parsed files
79-
*.sage.py
80-
81-
# Environments
82-
.env
83-
.venv
84-
env/
85-
venv/
86-
ENV/
87-
env.bak/
88-
venv.bak/
89-
python37/
90-
91-
# Spyder project settings
92-
.spyderproject
93-
.spyproject
94-
95-
# Rope project settings
96-
.ropeproject
97-
98-
# mkdocs documentation
99-
/site
100-
101-
# mypy
102-
.mypy_cache/
103-
.dmypy.json
104-
dmypy.json
105-
106-
# IDE
107-
.vscode/
108-
.idea/
109-
*.swp
110-
*.swo
111-
*~
112-
113-
# OS
114-
.DS_Store
115-
.DS_Store?
116-
._*
117-
.Spotlight-V100
118-
.Trashes
119-
ehthumbs.db
120-
Thumbs.db
121-
122-
# Project specific
123-
*.log
124-
json_data/
125-
temp/
126-
logs/
127-
c:\log\*
128-
*.tmp
129-
*.temp
130-
missing_translations.txt
131-
.cursor/
132-
133-
# System and temporary files
134-
syslog.txt
135-
syslog*.txt
136-
137-
# Configuration backups
138-
MobileTestTool_All_Config_*.json
139-
140-
# Cursor temporary assets (keep assets/ directory but ignore cursor-generated files)
141-
assets/c__Users_*
142-
assets/*cursor*
143-
assets/*image-*.png
144-
145-
# Release configuration (contains sensitive tokens)
146-
.release-config.ps1
147-
148-
# Legacy configuration files (deprecated, use .release-config.ps1 instead)
149-
.gitee-config.ps1
150-
.gitlab-config.ps1
151-
152-
# Build artifacts
153-
build/
154-
dist/
155-
*.exe
156-
*.pkg
157-
*.toc
158-
*.pyz
159-
*.pyc
160-
warn-*.txt
161-
xref-*.html
162-
Analysis-*.toc
163-
COLLECT-*.toc
164-
EXE-*.toc
165-
PKG-*.toc
166-
PYZ-*.toc
167-
nul
1+
# 只保留 releases 目录
2+
*
3+
!.gitignore
4+
!README.md
5+
!releases/
6+
releases/*
7+
!releases/latest.json

Jira_tool/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)