summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-07-02 14:29:51 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-07-02 16:44:58 +0200
commitc1ba2cff843806b6d07844d31453a57d01243ecf (patch)
treecb651c6827014bbe097531a5f37874a1bbce1c5b /.gitignore
parenta46b584b7e34efec36a9f0970f95932085409f3f (diff)
downloadqtenginio-c1ba2cff843806b6d07844d31453a57d01243ecf.tar.gz
Use config file for examples
The examples will try to use a file named EnginioExamples.conf and if it doesn't find any, it uses the system config (.config/com.digia/EnginioExamples.conf) The config must look like this: [image-gallery] backendId=@ByteArray(abcdef...) backendSecret=@ByteArray(Aabcdef...) [todo] backendId=@ByteArray(123abcdef...) backendSecret=@ByteArray(1234abcdef...) The approach can later be extended to even create a new backend for the example.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5e06780..159a4e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,9 +25,6 @@ Makefile
doc/html
-# Prevent leaking of secret when working on this repo
-examples/qml/config.js
-
examples/qml/loganalyzer/loganalyzer
examples/qml/logviewer/logviewer
examples/qml/logwriter/logwriter