You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/24 11:59:11 UTC

[sling-org-apache-sling-xss] branch master updated: SLING-7213 - Add a default .gitignore file to every module

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b7c98b  SLING-7213 - Add a default .gitignore file to every module
5b7c98b is described below

commit 5b7c98b9667f8ff3b71f759347181d976bc9b7b1
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Oct 24 13:41:01 2017 +0200

    SLING-7213 - Add a default .gitignore file to every module
---
 .gitignore | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7f65232..5b783ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,17 @@
-atlassian-ide-plugin.xml
-target
+/target
 .idea
 .classpath
+.metadata
 .project
 .settings
-.checkstyle
+.externalToolBuilders
+maven-eclipse.xml
+*.swp
 *.iml
 *.ipr
 *.iws
-bin
+*.bak
 .vlt
-.vlt-sync-config.properties
-.vlt-sync.log
 .DS_Store
+jcr.log
+atlassian-ide-plugin.xml

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].