.gitignore is now working

pull/2/head
Hugo Sequeira 2014-06-27 10:32:18 +02:00
parent c2fa5e91a5
commit 7d5c61cf66
3 changed files with 36 additions and 22 deletions

37
.gitignore vendored
View File

@ -1 +1,36 @@
.idea
# Sublime Files
*.sublime-project
*.sublime-workspace
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Maven
log/
target/
# OSX
.DS_Store
# Linux
.*
!.gitignore
*~
# KDE
.directory
# Windows
.Spotlight-V100
.Trashes
Thumbs.db
._*
Desktop.ini
$RECYCLE.BIN/

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>NodeJSToFreeboardIO</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.eclipsesource.jshint.ui.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.nodeclipse.ui.NodeNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>

View File

@ -1,3 +0,0 @@
eclipse.preferences.version=1
encoding//datasources/plugin_node.js=UTF-8
encoding/plugin_node_sample_server.js=UTF-8