diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..104fb62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.obj/ +.swp +.swo +*~ +*.bin +*.dfu +*.ihex +*.elf +.vscode/ +build/ +__pycache__/ +.env