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`.
This commit is contained in:
parent
52c50e353b
commit
a740b542e5
|
@ -20,10 +20,8 @@ nbactions.xml
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# maven stuff (to be removed when trunk becomes 4.x)
|
# vscode stuff
|
||||||
*-execution-hints.log
|
.vscode/
|
||||||
target/
|
|
||||||
dependency-reduced-pom.xml
|
|
||||||
|
|
||||||
# testing stuff
|
# testing stuff
|
||||||
**/.local*
|
**/.local*
|
||||||
|
@ -43,4 +41,3 @@ html_docs
|
||||||
# random old stuff that we should look at the necessity of...
|
# random old stuff that we should look at the necessity of...
|
||||||
/tmp/
|
/tmp/
|
||||||
eclipse-build
|
eclipse-build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue