浏览代码

add credentials sample file and ignore the actual one

Benoît Hubert 8 年之前
父节点
当前提交
d29621a187
共有 2 个文件被更改,包括 6 次插入0 次删除
  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"
+}