Battery-Emulator/.gitignore
2024-02-18 20:15:45 +11:00

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