You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ja...@apache.org on 2020/04/13 18:47:03 UTC

[systemml] branch gh-pages updated: [MINOR][DOC] Skip IntelliJ, mvn config & build files in git

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/systemml.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 415f99f  [MINOR][DOC] Skip IntelliJ, mvn config & build files in git
415f99f is described below

commit 415f99f7969d1690f6266cc16b923e0dc3fe3a22
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Wed Apr 8 18:00:33 2020 +0530

    [MINOR][DOC] Skip IntelliJ, mvn config & build files in git
    
      - mvn files
      - intellij IDEA project files
    
    Closes #880.
---
 .gitignore | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6361115..d6a07c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,14 @@
+## maven
+
 .classpath
-.jekyll-cache/
 .project
+target/
+temp/
+dependency-reduced-pom.xml
+
+## Jekyll
+
+.jekyll-cache/
 _site/
 Gemfile.lock
 
@@ -9,7 +17,10 @@ Gemfile.lock
 .settings/
 .vscode/
 
+## IntelliJ
+
+.idea/
+
 ## Improper copy when switching branch
 
-target/
-src/ 
+src/