2
0
Fork 0

chore: ignore *.bkp files

This commit is contained in:
Luca 2024-05-04 00:27:02 +02:00
parent 468f68c2cb
commit 71fc7ed07e
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
**/__pycache__
*.bkp
.dockerignore
.drone.yml
.editorconfig

3
.gitignore vendored
View File

@ -158,3 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# E.g. copies of old dev database
*.bkp