You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2021/11/22 16:54:55 UTC

[jspwiki-site] 01/03: update .gitignore

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

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit 120fb7f9e6bc9a45025d15d2490bc8dd33cc8e40
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Mon Nov 22 17:40:50 2021 +0100

    update .gitignore
---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ede224c..001b31b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,8 @@ target
 .settings
 .classpath
 .project
-nb-configuration.xml
\ No newline at end of file
+nb-configuration.xml
+**/*.iml
+.idea
+.metadata
+.checkstyle
\ No newline at end of file