This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit aa09e68f852e2693ca6b5add2a0e928603bdd30d Author: Mark Thomas <[email protected]> AuthorDate: Wed Sep 13 11:17:45 2023 +0100 Ignore sdkman config --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e7d051c6fb..ec9537f9cb 100644 --- a/.gitignore +++ b/.gitignore @@ -28,9 +28,10 @@ mvn.properties .classpath .externalToolBuilders .fbprefs +.idea .project +.sdkmanrc .settings -.idea .vscode *.iml *.ipr --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
