17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
################################################################################
|
|
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
|
################################################################################
|
|
|
|
/.vs/new_dbsync/FileContentIndex
|
|
/.vs
|
|
*.pyc
|
|
*.json
|
|
*.DS_Store
|
|
*.log
|
|
/pyproject.toml
|
|
dbsync.log.*
|
|
.idea
|
|
/log
|
|
venv
|
|
/temp
|
|
/archived |