Initial commit
This commit is contained in:
commit
01af871145
5 changed files with 615 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Local secrets/configuration
|
||||
*.conf
|
||||
.git.env
|
||||
|
||||
# Generated/state files
|
||||
wallabag_downloaded.json
|
||||
out/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# OS/editor noise
|
||||
.DS_Store
|
||||
*.swp
|
||||
Loading…
Add table
Add a link
Reference in a new issue