anki-from-dictionary/.gitignore
Yandrik ef4f97d544 Update .gitignore file to include new patterns
The .gitignore file has been updated to include two new ignore patterns. These alterations help to ignore all 'out.' files with any extension and any file with '.old.' in its name. This ensures that temporary or backup files do not get included in the repo unintentionally.
2024-02-05 09:48:19 +01:00

13 lines
91 B
Plaintext

/.ing
apikey.secret
*.secret
*.pdf
*.jpg
*.png
*.PNG
out.md
out.*.md
*.old.*
/__pycache__