project files, back from the dead?
This commit is contained in:
parent
7e675430b1
commit
a7ab6cd1f7
2 changed files with 13 additions and 18 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,3 +1,15 @@
|
|||
|
||||
# Junk that could exist anywhere:
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.tmp
|
||||
|
||||
# Project files that should not be in the repo
|
||||
.project
|
||||
.settings/
|
||||
.settings.xml
|
||||
.settings.xml.old
|
||||
.settings.xml.old
|
||||
|
||||
# A handy place to put stuff that git should ignore:
|
||||
/ignore/
|
||||
|
||||
|
|
|
|||
17
.project
17
.project
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>editor</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
Loading…
Add table
Add a link
Reference in a new issue