You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 19:55:58 UTC

[commons-digester] 02/02: Ignore IDE files

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git

commit d1edf7998c9ae0ec74d8cd427ad150a31d58a4cf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 15:55:52 2023 -0400

    Ignore IDE files
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 36cfef17..153599cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
 .project
 .settings/
 target/
-*.iml
\ No newline at end of file
+*.iml
+/.idea/