Skip to content

Commit b65f008

Browse files
author
zongfei.fu
committed
201812281150
1 parent 81606c7 commit b65f008

3 files changed

Lines changed: 15 additions & 25 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
settings.py
2-
logs/*
2+
logs/
33
*pycache__
44
*.pyc
55
*.zip
66
*.jpg
77
*.sql
8-
test/*
9-
README.md
8+
test/
9+
README.md

.idea/workspace.xml

Lines changed: 12 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/test11.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
from sqlparse.tokens import Keyword
99

1010
from sqlorders.api.extractTable import extract_tables
11-
12-
aa

0 commit comments

Comments
 (0)