Skip to content

Commit 906a9ea

Browse files
author
Chensy
committed
🔨 Fix md
1 parent e0873fc commit 906a9ea

File tree

3 files changed

+71
-56
lines changed

3 files changed

+71
-56
lines changed

‎.gitignore

+71-56
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,4 @@
11
# Created by .ignore support plugin (hsz.mobi)
2-
### Windows template
3-
# Windows thumbnail cache files
4-
Thumbs.db
5-
Thumbs.db:encryptable
6-
ehthumbs.db
7-
ehthumbs_vista.db
8-
9-
# Dump file
10-
*.stackdump
11-
12-
# Folder config file
13-
[Dd]esktop.ini
14-
15-
# Recycle Bin used on file shares
16-
$RECYCLE.BIN/
17-
18-
# Windows Installer files
19-
*.cab
20-
*.msi
21-
*.msix
22-
*.msm
23-
*.msp
24-
25-
# Windows shortcuts
26-
*.lnk
27-
28-
### macOS template
29-
# General
30-
.DS_Store
31-
.AppleDouble
32-
.LSOverride
33-
34-
# Icon must end with two \r
35-
Icon
36-
37-
# Thumbnails
38-
._*
39-
40-
# Files that might appear in the root of a volume
41-
.DocumentRevisions-V100
42-
.fseventsd
43-
.Spotlight-V100
44-
.TemporaryItems
45-
.Trashes
46-
.VolumeIcon.icns
47-
.com.apple.timemachine.donotpresent
48-
49-
# Directories potentially created on remote AFP share
50-
.AppleDB
51-
.AppleDesktop
52-
Network Trash Folder
53-
Temporary Items
54-
.apdisk
55-
562
### Python template
573
# Byte-compiled / optimized / DLL files
584
__pycache__/
@@ -103,6 +49,7 @@ htmlcov/
10349
nosetests.xml
10450
coverage.xml
10551
*.cover
52+
*.py,cover
10653
.hypothesis/
10754
.pytest_cache/
10855

@@ -114,6 +61,7 @@ coverage.xml
11461
*.log
11562
local_settings.py
11663
db.sqlite3
64+
db.sqlite3-journal
11765

11866
# Flask stuff:
11967
instance/
@@ -145,8 +93,12 @@ ipython_config.py
14593
# install all needed dependencies.
14694
#Pipfile.lock
14795

148-
# celery beat schedule file
96+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
97+
__pypackages__/
98+
99+
# Celery stuff
149100
celerybeat-schedule
101+
celerybeat.pid
150102

151103
# SageMath parsed files
152104
*.sage.py
@@ -178,4 +130,67 @@ dmypy.json
178130
# Pyre type checker
179131
.pyre/
180132

181-
.idea/
133+
### Windows template
134+
# Windows thumbnail cache files
135+
Thumbs.db
136+
Thumbs.db:encryptable
137+
ehthumbs.db
138+
ehthumbs_vista.db
139+
140+
# Dump file
141+
*.stackdump
142+
143+
# Folder config file
144+
[Dd]esktop.ini
145+
146+
# Recycle Bin used on file shares
147+
$RECYCLE.BIN/
148+
149+
# Windows Installer files
150+
*.cab
151+
*.msi
152+
*.msix
153+
*.msm
154+
*.msp
155+
156+
# Windows shortcuts
157+
*.lnk
158+
159+
### macOS template
160+
# General
161+
.DS_Store
162+
.AppleDouble
163+
.LSOverride
164+
165+
# Icon must end with two \r
166+
Icon
167+
168+
# Thumbnails
169+
._*
170+
171+
# Files that might appear in the root of a volume
172+
.DocumentRevisions-V100
173+
.fseventsd
174+
.Spotlight-V100
175+
.TemporaryItems
176+
.Trashes
177+
.VolumeIcon.icns
178+
.com.apple.timemachine.donotpresent
179+
180+
# Directories potentially created on remote AFP share
181+
.AppleDB
182+
.AppleDesktop
183+
Network Trash Folder
184+
Temporary Items
185+
.apdisk
186+
.gitignore
187+
.idea/.gitignore
188+
.idea/MyDocsify.iml
189+
.idea/inspectionProfiles/
190+
.idea/misc.xml
191+
.idea/modules.xml
192+
.idea/vcs.xml
193+
docs/.DS_Store
194+
docs/Python/.DS_Store
195+
196+
.idea
File renamed without changes.

0 commit comments

Comments
 (0)