add .project and correct .gitignore

This commit is contained in:
Claus-Peter Hübner 2022-06-03 00:06:14 +02:00
parent d02a826e57
commit 74bcdaf8c4
2 changed files with 18 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,3 @@
.dbeaver
.project
*.log
/node_modules/*
messages.pot

18
.project Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Gradido</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.jkiss.dbeaver.DBeaverNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>