1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

style: fix editorconfig linting

This commit is contained in:
Divlo
2021-06-25 11:27:23 +02:00
parent 8a41cb67f0
commit b098e04cdc
3 changed files with 10 additions and 8 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@ npm-debug.log*
# production # production
build build
__pycache__ __pycache__
obj
bin
# testing # testing
coverage coverage