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