移除__pycache__和egg-info,添加.gitignore
This commit is contained in:
parent
f00d95654c
commit
e5ad09cc75
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
.DS_Store
|
||||
@ -1,12 +0,0 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: xls2ddl
|
||||
Version: 1.1.3
|
||||
Summary: a xlsx file to database ddl converter
|
||||
Home-page: UNKNOWN
|
||||
Author: "yu moqing"
|
||||
Author-email: "yumoqing@gmail.com"
|
||||
License: "MIT"
|
||||
Platform: UNKNOWN
|
||||
|
||||
UNKNOWN
|
||||
|
||||
@ -1,18 +0,0 @@
|
||||
README.md
|
||||
pyproject.toml
|
||||
setup.cfg
|
||||
xls2ddl/__init__.py
|
||||
xls2ddl/json2ddl.py
|
||||
xls2ddl/json2xlsx.py
|
||||
xls2ddl/singletree.py
|
||||
xls2ddl/tmpls.py
|
||||
xls2ddl/xls2crud.py
|
||||
xls2ddl/xls2ddl.py
|
||||
xls2ddl/xls2ui.py
|
||||
xls2ddl/xlsxData.py
|
||||
xls2ddl.egg-info/PKG-INFO
|
||||
xls2ddl.egg-info/SOURCES.txt
|
||||
xls2ddl.egg-info/dependency_links.txt
|
||||
xls2ddl.egg-info/entry_points.txt
|
||||
xls2ddl.egg-info/requires.txt
|
||||
xls2ddl.egg-info/top_level.txt
|
||||
@ -1 +0,0 @@
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
[console_scripts]
|
||||
json2ddl = xls2ddl.json2ddl:main
|
||||
json2xlsx = xls2ddl.json2xlsx:main
|
||||
xls2ddl = xls2ddl.xls2ddl:main
|
||||
xls2ui = xls2ddl.xls2ui:main
|
||||
|
||||
@ -1 +0,0 @@
|
||||
apppublic
|
||||
@ -1 +0,0 @@
|
||||
xls2ddl
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user