From f9d16c91d0840f7f55f9ad6ba535aa65e54bf378 Mon Sep 17 00:00:00 2001 From: Sarath S Date: Sat, 19 Dec 2020 22:21:59 +0530 Subject: [PATCH] added gitignore --- .gitignore | 4 +--- .project | 17 ++++++++++++++++ .settings/org.eclipse.buildship.core.prefs | 2 ++ app/.classpath | 6 ++++++ app/.gitignore | 3 +-- app/.project | 23 ++++++++++++++++++++++ 6 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 .project create mode 100644 .settings/org.eclipse.buildship.core.prefs create mode 100644 app/.classpath create mode 100644 app/.project diff --git a/.gitignore b/.gitignore index edb960b..cf2c3ad 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,4 @@ /captures .externalNativeBuild .cxx -local.properties -/.settings -.project \ No newline at end of file +local.properties \ No newline at end of file diff --git a/.project b/.project new file mode 100644 index 0000000..f8dd591 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + Jokes + Project Jokes created by Buildship. + + + + + org.eclipse.buildship.core.gradleprojectbuilder + + + + + + org.eclipse.buildship.core.gradleprojectnature + + diff --git a/.settings/org.eclipse.buildship.core.prefs b/.settings/org.eclipse.buildship.core.prefs new file mode 100644 index 0000000..e889521 --- /dev/null +++ b/.settings/org.eclipse.buildship.core.prefs @@ -0,0 +1,2 @@ +connection.project.dir= +eclipse.preferences.version=1 diff --git a/app/.classpath b/app/.classpath new file mode 100644 index 0000000..d0113bb --- /dev/null +++ b/app/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/.gitignore b/app/.gitignore index 02ce05c..42afabf 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,2 +1 @@ -/build -.classpath \ No newline at end of file +/build \ No newline at end of file diff --git a/app/.project b/app/.project new file mode 100644 index 0000000..ac485d7 --- /dev/null +++ b/app/.project @@ -0,0 +1,23 @@ + + + app + Project app created by Buildship. + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.buildship.core.gradleprojectbuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.buildship.core.gradleprojectnature + +