chore: ignore *.bkp files

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

@ -1,4 +1,5 @@
**/__pycache__ **/__pycache__
*.bkp
.dockerignore .dockerignore
.drone.yml .drone.yml
.editorconfig .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 # 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. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# E.g. copies of old dev database
*.bkp

Loading…
Cancel
Save