mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
9 lines
133 B
Text
9 lines
133 B
Text
# Ignore any .vscode folder
|
|
*.vscode/
|
|
|
|
# Ignore any files in any build folder
|
|
*build/
|
|
|
|
# Ignore .exe (unit tests)
|
|
*.exe
|
|
**/.DS_Store
|