Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit b00d211

Browse files
committed
fix: update .gitignore
1 parent 1445938 commit b00d211

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ venv.bak/
100100
# mkdocs documentation
101101
/site
102102

103-
spider/nCoV/__pycache__/
104-
covid19/__pycache__/
105-
ncovapi/__pycache__/
106-
ncovapi/migrations/
103+
demo_pro/__pycache__/
104+
django_covid19/__pycache__/
105+
django_covid19/migrations/
106+
django_covid19/spider/nCoV/__pycache__/
107107
*.sqlite3
108108
*.db
109109
static/

0 commit comments

Comments
 (0)