Add JDTLS files in gitignore
This commit is contained in:
parent
56131569c1
commit
e689066111
1 changed files with 13 additions and 3 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,7 +1,17 @@
|
||||||
.direnv
|
|
||||||
.mvn
|
.mvn
|
||||||
target
|
target
|
||||||
.idea/
|
|
||||||
*.iml
|
*.iml
|
||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
hs_err_pid*.log
|
hs_err_pid*.log
|
||||||
|
|
||||||
|
|
||||||
|
# Jetbrains
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Eclipse / JDTLS
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
|
||||||
|
# Nix Env
|
||||||
|
.direnv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue