chore: ignore *.bkp files
This commit is contained in:
parent
468f68c2cb
commit
71fc7ed07e
|
@ -1,4 +1,5 @@
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
|
*.bkp
|
||||||
.dockerignore
|
.dockerignore
|
||||||
.drone.yml
|
.drone.yml
|
||||||
.editorconfig
|
.editorconfig
|
||||||
|
|
|
@ -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…
Reference in New Issue