diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ midimonster midimonster.exe libmmapi.a +*.tgz +*.zip *.swp *.o *.so *.dll __pycache__ -.vscode/
\ No newline at end of file +.vscode/ +deployment/ +local-configs/ |