Skip to content

Commit

Permalink
changed .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfhear committed Jul 28, 2019
1 parent 330a986 commit 121885e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.idea/
*.pyc
venv/
vvenv/
*.json
*.log
dist/
Expand All @@ -10,6 +10,8 @@ src/ui.py
build/
*.zip
*.sh
*.bat
*.exe
src/settings.cfg
tab_scraper/
release_notes.txt
3 changes: 3 additions & 0 deletions settings.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[MAIN]

# the full path to the root directory you want to store all tabs in
# e.g. = C:\Users\yourname\Music\Tabs\
# make sure it ends with a slash
destination_root = .

0 comments on commit 121885e

Please sign in to comment.