You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/08/02 08:04:00 UTC

[plc4x] branch develop updated: - Added a rule to exclude jetbrains configs in subdirectories (plc4go and plc4c) too

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 211cba6  - Added a rule to exclude jetbrains configs in subdirectories (plc4go and plc4c) too
211cba6 is described below

commit 211cba672a98ebcfa512aae648a550c6041e1e4d
Author: cdutz <ch...@c-ware.de>
AuthorDate: Mon Aug 2 10:03:52 2021 +0200

    - Added a rule to exclude jetbrains configs in subdirectories (plc4go and plc4c) too
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 278df02..9936559 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # User-specific stuff:
 .idea/**
+*/.idea/**
 *.iml
 .vscode/**
 .java-version