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.
This commit is contained in:
parent
d9eb6f1c64
commit
ef4f97d544
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,5 +8,6 @@ apikey.secret
|
||||
*.PNG
|
||||
|
||||
out.md
|
||||
out.old.md
|
||||
out.*.md
|
||||
*.old.*
|
||||
/__pycache__
|
Loading…
Reference in New Issue
Block a user