mirror of https://github.com/Freeboard/plugins.git
.gitignore is now working
parent
c2fa5e91a5
commit
7d5c61cf66
|
@ -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/
|
||||
|
|
18
.project
18
.project
|
@ -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>
|
|
@ -1,3 +0,0 @@
|
|||
eclipse.preferences.version=1
|
||||
encoding//datasources/plugin_node.js=UTF-8
|
||||
encoding/plugin_node_sample_server.js=UTF-8
|
Loading…
Reference in New Issue