Преглед на файлове

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"
+}