diff --git a/.gitignore b/.gitignore index 723ef36..e9c45c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,36 @@ -.idea \ No newline at end of file +# 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/ diff --git a/.project b/.project deleted file mode 100755 index 8a4cf8a..0000000 --- a/.project +++ /dev/null @@ -1,18 +0,0 @@ - - - NodeJSToFreeboardIO - - - - - - com.eclipsesource.jshint.ui.builder - - - - - - org.nodeclipse.ui.NodeNature - org.eclipse.wst.jsdt.core.jsNature - - diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100755 index 4796467..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,3 +0,0 @@ -eclipse.preferences.version=1 -encoding//datasources/plugin_node.js=UTF-8 -encoding/plugin_node_sample_server.js=UTF-8