diff options
author | Fbenas <philbeansburton@gmail.com> | 2014-05-15 13:56:35 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2014-05-15 13:56:35 +0100 |
commit | be8f1f292b8f1bb036811f9323eebb762905d217 (patch) | |
tree | c739345be307545a9e3d897f760dfe5771efb802 /Blatech.ini.example | |
parent | 3e56e34751f3cbbae8244a1a212f06c9b54db0a4 (diff) |
moved ini files to .ini.example and add originals to gitignore to avoid committing private information stored in config files
Diffstat (limited to 'Blatech.ini.example')
-rw-r--r-- | Blatech.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Blatech.ini.example b/Blatech.ini.example new file mode 100644 index 0000000..9ee7489 --- /dev/null +++ b/Blatech.ini.example @@ -0,0 +1,5 @@ +;[Command Name] +;command = shell_command +;path = false | /path/to/command +;stdin = true | false +;args = true | false |