First commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
Recommended .gitignore
|
||||
|
||||
# Config with real server details
|
||||
Sync/config.ini
|
||||
|
||||
# Generated at runtime
|
||||
Sync/rclone/
|
||||
Sync/.sync_ignore
|
||||
Sync/logs/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Sample outputs
|
||||
Tools/Samples/outputs/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
Reference in New Issue
Block a user