From 6d9e6dbabbf2534c6c7188e372a99ed42a445070 Mon Sep 17 00:00:00 2001
From: Guilherme Arthur Geronimo <guilherme.geronimo@ufsc.br>
Date: Wed, 31 Jan 2024 17:12:52 -0300
Subject: [PATCH] Removing credentials

---
 .gitignore                                        | 1 +
 README.md                                         | 6 ++++++
 bin/smartdata/{Config.php => Config.php.template} | 0
 3 files changed, 7 insertions(+)
 create mode 100644 README.md
 rename bin/smartdata/{Config.php => Config.php.template} (100%)

diff --git a/.gitignore b/.gitignore
index bf36417..1a10b89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+bin/smartdata/Config.php
 tmp/*
 bin/smartdata/importers/
 bin/workflow/tutorial/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8346e75
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# Configure
+```
+cp bin/smartdata/Config.php.template bin/smartdata/Config.php
+
+```
+* Edit `bin/smartdata/Config.php` to customize your environment.
diff --git a/bin/smartdata/Config.php b/bin/smartdata/Config.php.template
similarity index 100%
rename from bin/smartdata/Config.php
rename to bin/smartdata/Config.php.template
-- 
GitLab