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/01/29 20:38:14 UTC

[commons-validator] 02/02: Ignore .idea folder

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-validator.git

commit 97e2414b74e663d4ab678e9633831e82090d54cf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 29 15:38:08 2023 -0500

    Ignore .idea folder
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f9c91b65..be6341ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /site-content/
 /.vscode/
 /commons-validator.iml
+/.idea/