Battery-Emulator/.gitignore
2024-04-14 14:41:01 +02:00

21 lines
No EOL
348 B
Text

# Ignore any .vscode folder
*.vscode/
# Ignore any files in any build folder
*build/
# Ignore .exe (unit tests)
*.exe
**/.DS_Store
#ignore platformio
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.pio
logs
# Ignore upload command (removes the need to re-compile after Verify when running Download, in e.g. VS Code)
upload.bat
compile.bat