Skip to content

Commit

Permalink
Update gitignore and fix config template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivy Bowman committed Feb 15, 2022
1 parent 3973918 commit 1d597a2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
.DS_Store
.vscode/
__pycache__/
*.py[cod]
*$py.class
*.log
*.odm
*.license
autobooks_config.ini
*.manifest
*.spec
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
autobooks.conf
web_chromeprofile/
web_edgeprofile/

File renamed without changes.

0 comments on commit 1d597a2

Please sign in to comment.