chore: ignore *.bkp files

pull/1/head
Luca 8 months ago
parent 468f68c2cb
commit 71fc7ed07e

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

3
.gitignore vendored

@ -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

Loading…
Cancel
Save