Add gitignore for eclipse
- For eclipse and vscode language server ignore generic files/dirs created. Closes: gh-194
This commit is contained in:
committed by
Brian Clozel
parent
36a84f58bd
commit
f498407087
6
.gitignore
vendored
6
.gitignore
vendored
@@ -5,3 +5,9 @@ build
|
||||
out
|
||||
*.iml
|
||||
.DS_Store
|
||||
|
||||
# eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
bin/
|
||||
|
||||
Reference in New Issue
Block a user