mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
27 lines
No EOL
414 B
Text
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 |