Add JDTLS files in gitignore
This commit is contained in:
parent
56131569c1
commit
e689066111
1 changed files with 13 additions and 3 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,7 +1,17 @@
|
|||
.direnv
|
||||
.mvn
|
||||
target
|
||||
.idea/
|
||||
*.iml
|
||||
dependency-reduced-pom.xml
|
||||
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