commit 546a536dffd0a56de36a1031a2aa27fd9d31225c parent 1f8561ca754fe30e9fd147e88d91f9e63929678a Author: breadcat <peter@minskio.co.uk> Date: Thu, 27 Apr 2017 13:41:42 +0100 Update ignore and variable files Diffstat:
M | .gitignore | | | 5 | +---- |
A | variables.sample.ahk | | | 27 | +++++++++++++++++++++++++++ |
2 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,6 +1,3 @@ -# r.secsrv.net/AutoHotkey/Scripts/Buggy-Mouse -buggy_mouse.ahk - -# contains firstName lastName homePhoneNumber workPhoneNumber mobilePhoneNumber homePostCode workPostCode homeAddress workAddress homeEmailAddress workEmailAddress workIPAddress workSIPAddress serverLocalIPAddress serverRemoteIPAddress remoteMAC and crmSearch +# have a look at variables.sample.ahk variables.ahk diff --git a/variables.sample.ahk b/variables.sample.ahk @@ -0,0 +1,26 @@ + +firstName := "" +lastName := "" + +homePhoneNumber := "" +workPhoneNumber := "" +mobilePhoneNumber := "" + +homePostCode := "" +workPostCode := "" + +homeAddress := "" +workAddress := "" + +homeEmailAddress := "" +workEmailAddress := "" + +workIPAddress := "" +workSIPAddress := "" +serverRemoteAddress := "" +remoteMAC := "" + +crmSearch := "" + +sshHost := "" +sshPort := "" +\ No newline at end of file