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

* Add `extra` directory as a designated ignored folder Excludes `extra/` from version tracking, file formatters, and file checks. * Remove pytest cache from exclusion rules Python test discovery is easy enough to disable for the workspace in VS Code's settings and pytest does not serve any purpose in the context of the project anyway.
16 lines
162 B
Text
16 lines
162 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
|
|
/extra
|