From 6cb0317b2178f30b809ed24026f55ef9a2a36224 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 4 May 2020 12:23:04 -0700 Subject: Adding gitignore and remoing unwanted files from git Test: N/A Bug: 155667447 Change-Id: If3d63b4298db3f5264ae635d9863fac96679c551 --- iconloaderlib/.gitignore | 13 ++++++ iconloaderlib/IconLoader.iml | 100 ------------------------------------------- 2 files changed, 13 insertions(+), 100 deletions(-) create mode 100644 iconloaderlib/.gitignore delete mode 100644 iconloaderlib/IconLoader.iml diff --git a/iconloaderlib/.gitignore b/iconloaderlib/.gitignore new file mode 100644 index 0000000..6213826 --- /dev/null +++ b/iconloaderlib/.gitignore @@ -0,0 +1,13 @@ +*.iml +.project +.classpath +.project.properties +gen/ +bin/ +.idea/ +.gradle/ +local.properties +gradle/ +build/ +gradlew* +.DS_Store diff --git a/iconloaderlib/IconLoader.iml b/iconloaderlib/IconLoader.iml deleted file mode 100644 index 165abaa..0000000 --- a/iconloaderlib/IconLoader.iml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3