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 13:40:52 UTC

[commons-jci] 01/17: 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-jci.git

commit 489801379b811df08b9b31620cde16aaeef955a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:35:48 2023 -0400

    Ignore IDE files
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 721dfeb..2a2cbf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 **/.project
 **/.settings/
 **/target/
+/.idea/