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

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-ci-docker.git

commit 149ef9f55a4630731377a5256c37a9d91d50f445
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Jun 20 10:35:19 2026 +0200

    [hotfix] Add `.gitignore`
---
 .gitignore | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..de279b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+.eslintcache
+.cache
+.classpath
+.java-version
+.idea/*
+!.idea/vcs.xml
+!.idea/icon.png
+.vscode
+.metals
+.bloop
+.cursor
+.claude
+.worktrees
+.metadata
+.settings
+.project
+.version.properties
+.spotless-index-file
+filter.properties
+.mvn/wrapper/*.jar
+.mvn/maven.config
+target
+tmp
+*.class
+*.iml
+*.swp
+*.jar
+*.zip
+*.log
+*.pyc
+.DS_Store
+build-target
+**/dependency-reduced-pom.xml
+atlassian-ide-plugin.xml
+out/
+*.ipr
+*.iws

Reply via email to