Browse Source

add credentials sample file and ignore the actual one

Benoît Hubert 8 years ago
parent
commit
d29621a187
2 changed files with 6 additions and 0 deletions
  1. 2 0
      .gitignore
  2. 4 0
      credentials.sample.json

+ 2 - 0
.gitignore

@@ -28,3 +28,5 @@ build/Release
 # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
 node_modules
 
+# OVH credentials
+credentials.json

+ 4 - 0
credentials.sample.json

@@ -0,0 +1,4 @@
+{
+  "key": "your-api-key",
+  "secret": "your-api-secret"
+}