Skip to content

Commit 9594c45

Browse files
authored
Merge branch 'master' into Beta
2 parents ea0bd49 + fdd8f19 commit 9594c45

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.gitignore

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
.idea/*
2-
.vscode/*
3-
dist/*
4-
site/*
5-
.pytest_cache/*
6-
pywebcopy.egg-info/*
7-
*.pyc
1+
2+
/.idea/*
3+
/.vscode/*
4+
/.pytest_cache/*
5+
/dist/*
86
*.pyc
7+
/pywebcopy.egg-info/*
8+
/requests-html-master/
9+
Pipfile
10+
Pipfile.lock
11+
/testing/
12+

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ Ways to change the global configurations are below -
496496
pywebcopy.config['url'] = 'http://url-changed.com'
497497
# rest of config remains unchanged
498498

499-
```
500499

501500
Done!
502501

0 commit comments

Comments
 (0)