From b4a5f5946a9682eac57e5aad49343f99a5e1b8a6 Mon Sep 17 00:00:00 2001 From: muskie9 Date: Wed, 7 Jan 2015 16:57:39 -0600 Subject: [PATCH] Add _config.php Move TranslatableDataObject.php to /code Add .gitignore --- .gitignore | 1 + _config.php | 0 TranslatableDataObject.php => code/TranslatableDataObject.php | 0 3 files changed, 1 insertion(+) create mode 100644 .gitignore create mode 100644 _config.php rename TranslatableDataObject.php => code/TranslatableDataObject.php (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/_config.php b/_config.php new file mode 100644 index 0000000..e69de29 diff --git a/TranslatableDataObject.php b/code/TranslatableDataObject.php similarity index 100% rename from TranslatableDataObject.php rename to code/TranslatableDataObject.php