mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* Gitignore .ninja_deps * Don't check for addon updates on profile unload This fixes two update dialogs showing up when switching profiles. * Only show addon update dialog once ... instead of once every time the profile is changed, when the version doesn't match. This is analogous to when the dialog is triggered by elapsed time. * Manage last_run_version update in ProfileManager
15 lines
155 B
Text
15 lines
155 B
Text
__pycache__
|
|
.DS_Store
|
|
anki.prof
|
|
target
|
|
/user.bazelrc
|
|
.dmypy.json
|
|
/.idea/
|
|
/.vscode
|
|
/.bazel
|
|
/windows.bazelrc
|
|
/out
|
|
node_modules
|
|
.n2_db
|
|
.ninja_log
|
|
.ninja_deps
|