Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ log/
.vscode/
*.out
.envrc

# Do not push sensitive files
config.cfg
2 changes: 1 addition & 1 deletion README_leetcode_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ pipenv install

## Config:

Edit your own username, password, language and repo in the **config.cfg** file
Edit your own username, password, language and repo in the **config.cfg.example** file and then rename it to **config.cfg**.

driverpath - Please input the path of your chromedriver

Expand Down
File renamed without changes.