diff options
author | cbdev <cb@cbcdn.com> | 2021-11-13 15:43:00 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-11-13 15:43:00 +0100 |
commit | ac9182ff8a6c143ed5ea663f288ea83782e3119a (patch) | |
tree | eaa4e1da7437500db196add5deb8fc622c2cb584 /.gitignore | |
parent | 37af7a72ec5864e81323ce979e53e64175a3a937 (diff) | |
download | midimonster-ac9182ff8a6c143ed5ea663f288ea83782e3119a.tar.gz midimonster-ac9182ff8a6c143ed5ea663f288ea83782e3119a.tar.bz2 midimonster-ac9182ff8a6c143ed5ea663f288ea83782e3119a.zip |
Update TODO list
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/ |