Battery-Emulator/.gitignore

27 lines
No EOL
414 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
# Ignore binary files
*.bin
# Ignore secret file
USER_SECRETS.h