Fix git ignore

This commit is contained in:
Jaex 2014-12-10 23:57:27 +02:00
parent d5b1d287fb
commit bab7ec3090
4 changed files with 2 additions and 86 deletions

5
.gitignore vendored
View file

@ -147,7 +147,6 @@ ClientBin/
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
@ -175,5 +174,5 @@ FakesAssemblies/
# Additional
InnoSetup/Output/
UploadersLib/APIKeys/APIKeysLocal.cs
ShareX/GitHash.txt
ShareX/GitHash.txt
ShareX.UploadersLib/APIKeys/APIKeysLocal.cs

View file

@ -76,9 +76,6 @@ Source: "..\Lib\screen-capture-recorder-x64.dll"; DestDir: {app}; Flags: regserv
Source: "..\Lib\audio_sniffer.dll"; DestDir: {app}; Flags: regserver 32bit; Check: IsAdminLoggedOn and not IsWin64
Source: "..\Lib\audio_sniffer-x64.dll"; DestDir: {app}; Flags: regserver 64bit; Check: IsAdminLoggedOn and IsWin64
[InstallDelete]
Type: files; Name: "{app}\*.pdb"
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppFile}"; WorkingDir: "{app}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"; WorkingDir: "{app}"

View file

@ -1,80 +0,0 @@
#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright (C) 2007-2014 ShareX Developers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Optionally you can also view the license at <http://www.gnu.org/licenses/>.
*/
#endregion License Information (GPL v3)
namespace ShareX.UploadersLib
{
public static partial class APIKeys
{
static APIKeys()
{
// Image Uploaders
ImageShackKey = "5DEFHIMQ81951c9e786e00f21774fec39382b6ad";
TinyPicID = "e2aabb8d555322fa";
TinyPicKey = "00a68ed73ddd54da52dc2d5803fa35ee";
ImgurClientID = "d297fd441566f99";
ImgurClientSecret = "0cfdf9368cbf988e69dff262d0425debd440fcc2"; // 2014-05-01
FlickrKey = "fbe042faa01e6af0371b6d87be75436a";
FlickrSecret = "9f85687dcccc7ef9";
PhotobucketConsumerKey = "149828681";
PhotobucketConsumerSecret = "d2638b653e88315aac528087e9db54e3";
TwitsnapsKey = "694aaea3bc8f28479c383cbcc094fb55";
TwitPicKey = "816528c0152003a64e45402370805a5a";
// File Uploaders
DropboxConsumerKey = "0te7j9ype9lrdfn";
DropboxConsumerSecret = "r5d3aptd9a0cwp9";
MinusConsumerKey = "b57b69843f7a302a276dde89890fc6";
MinusConsumerSecret = "3fb097f08314d713959b1f41d543b0";
BoxClientID = "5vd8549xmn9a7zil4iupb0ciroj7cvee";
BoxClientSecret = "ghibKYH2nFSkfl6in4Rr2H9qGsiZHViY"; // 2014-05-01
SendSpaceKey = "LV6OS1R0Q3";
Ge_ttKey = "tdrrlb84kq2dquxrh4dw79gr3act0529";
JiraConsumerKey = "NJgrJ4EhAahDwYuxLTtT"; // Random generated string
CopyConsumerKey = "OgfXHS0yKaMGHo43Nhp0Ft3EJbvJ1JAn"; // 2014-06-05
CopyConsumerSecret = "rbN1inAsx5M2slBHESJFhiapTdgZlQ02szCSBoQ0spvjDW3C"; // 2014-06-05
MediaFireAppId = "41957"; // 2014-07-23
MediaFireApiKey = "t12h2z1i7aui9boh7ttlx3j8549ufb3hje16k6ty"; // 2014-07-23
OneDriveClientID = "0000000044121D26"; // 2014-08-09
OneDriveClientSecret = "OguPAGq1b5HzIDheuYR4ncdjvCqdXdSh"; // 2014-08-09
// Text Uploaders
PastebinKey = "4b23be71ec78bbd4fb96735320aa09ef";
PastebinCaKey = "KxTofLKQThSBZ63Gpa7hYLlMdyQlMD6u";
GitHubID = "badfa7b5e0a67e31da88";
GitHubSecret = "798dacd8f607cbc0777f6b90bd7c447da17263e8"; // 2014-05-01
// URL Shorteners
BitlyClientID = "0bf9726bea922ab7d5760a913d6749b441e5176a";
BitlyClientSecret = "fac46280c197865786a0af203f77d10abc3f533e"; // 2014-07-15
// Other Services
GoogleAPIKey = "AIzaSyCAawIgkVq9ftQUY06rSdtN4LDbBdGJ3FE"; // 2014-05-01
GoogleClientID = "810697162603-ag350u1fnmf3riubv91otme0v5fkk2d6.apps.googleusercontent.com"; // 2014-05-01
GoogleClientSecret = "mDft-efE0PUcwIRCLG8nkLD9"; // 2014-05-01
TwitterConsumerKey = "lZWoBpWcpJUKYbGGO7bl4S1ys"; // 2014-05-01
TwitterConsumerSecret = "HyqkOlGkS4sORHRtBIUsL6Kit70OvJ3lgr784pomDQ6tijT0hg"; // 2014-05-01
}
}
}

Binary file not shown.