From 65fab3a34e06aaff80cbc0e628cf54aad552811c Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Wed, 28 Dec 2022 14:12:15 -0500 Subject: [PATCH] Adding project metadata. --- .project | 3 +++ app/.properties | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .project create mode 100644 app/.properties diff --git a/.project b/.project new file mode 100644 index 0000000..c78f4bc --- /dev/null +++ b/.project @@ -0,0 +1,3 @@ +{ + 'srcDirectory' : 'app' +} \ No newline at end of file diff --git a/app/.properties b/app/.properties new file mode 100644 index 0000000..ad0471d --- /dev/null +++ b/app/.properties @@ -0,0 +1,3 @@ +{ + #format : #tonel +} \ No newline at end of file