Skip to content

Commit fbcff2f

Browse files
committed
Cleanup .gitignore (#30145)
Adds the `.vscode` directory to `.gitignore`. This didn't come up when we had x-pack in a different repository than Elasticsearch because I'd open the directory that contained both of them in VSCode. Now that they are merged I tend to just open the Elasticsearch repository which causes VSCode to create this directory that we don't need to commit. Also removes leftover maven files from `.gitignore`.
1 parent b1cefc1 commit fbcff2f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ nbactions.xml
2020
.gradle/
2121
build/
2222

23-
# maven stuff (to be removed when trunk becomes 4.x)
24-
*-execution-hints.log
25-
target/
26-
dependency-reduced-pom.xml
23+
# vscode stuff
24+
.vscode/
2725

2826
# testing stuff
2927
**/.local*
@@ -43,4 +41,3 @@ html_docs
4341
# random old stuff that we should look at the necessity of...
4442
/tmp/
4543
eclipse-build
46-

0 commit comments

Comments
 (0)