Skip to content

Commit e5ddf06

Browse files
authored
HTTP-138 ignore Eclipse files in .gitignore (#139)
Signed-off-by: davidradl <david_radley@uk.ibm.com>
1 parent a393ace commit e5ddf06

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/.idea/
22
.idea
3+
.vscode
4+
.classpath
5+
.gitignore.swp
6+
.project
7+
.settings
38
target
49
bin
510
/flink.http.connector.iml

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- ignore Eclipse files in .gitignore
6+
57
## [0.17.0] - 2024-11-28
68

79
### Added

0 commit comments

Comments
 (0)