Repository: incubator-carbondata-site Updated Branches: refs/heads/asf-site 2f826c1b5 -> 9fc205ee6
add gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/commit/9fc205ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/tree/9fc205ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/diff/9fc205ee Branch: refs/heads/asf-site Commit: 9fc205ee693920b2d68c3c1bce01499632ad5208 Parents: 2f826c1 Author: chenliang613 <[email protected]> Authored: Wed Apr 12 17:59:27 2017 +0530 Committer: chenliang613 <[email protected]> Committed: Wed Apr 12 17:59:27 2017 +0530 ---------------------------------------------------------------------- .gitignore | 18 ++++++++++++++++++ site.iml | 22 ---------------------- 2 files changed, 18 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9fc205ee/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 2f5a8f4..b34b984 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,20 @@ .idea/ target +*~ +*.#* +*#*# +*.swp +*.ipr +*.iml +*.iws +*.pyc +*.pyo +.idea/ +.idea_modules/ +.settings +.cache +target/ +.project +.classpath +metastore_db/ +derby.log http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9fc205ee/site.iml ---------------------------------------------------------------------- diff --git a/site.iml b/site.iml deleted file mode 100644 index 1668dce..0000000 --- a/site.iml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"> - <output url="file://$MODULE_DIR$/target/classes" /> - <output-test url="file://$MODULE_DIR$/target/test-classes" /> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> - <sourceFolder url="file://$MODULE_DIR$/src/main/scala" isTestSource="false" /> - <excludeFolder url="file://$MODULE_DIR$/target" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="library" name="Maven: org.scala-lang:scala-library:2.12.1" level="project" /> - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.3" level="project" /> - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.6" level="project" /> - <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" /> - <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.9" level="project" /> - <orderEntry type="library" name="Maven: org.slf4j:slf4j-simple:1.7.25" level="project" /> - <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" /> - <orderEntry type="library" name="Maven: com.typesafe:config:1.3.1" level="project" /> - </component> -</module> \ No newline at end of file
