Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,53 @@ settings.json
*/**/node_modules/
/extras/


### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties


10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"express": "3.3.5",
"socket.io": "0.9.16",
"loadfire": "1.3.4",
"shux": "1.0.0",
"shux": "git+https://github.com/coding-ide/shux.git",
"vfs-http-adapter": "git+https://github.com/AaronO/vfs-http-adapter.git#6c9934e4f2da7886310397170b6ebaf745833936",
"vfs-local": "git+https://github.com/FriendCode/vfs-local.git#af6bafede0ccb9fb362a0c280e708648f7363f33",
"vfs-local": "git+https://github.com/coding-ide/vfs-local.git",
"watchr": "2.4.11",
"gittle": "0.2.2",
"gittle": "git+https://github.com/coding-ide/gittle.js.git",
"uuid": "1.4.1",
"glob": "3.2.6",
"temp": "0.6.0",
Expand All @@ -40,10 +40,10 @@
"grunt-cli": "0.1.11",
"harbor": "0.2.0",
"qpatch": "0.0.8",
"ctags": "0.11.0",
"ctags": "^2.0.0",
"minimatch": "0.2.14",
"semver": "2.2.1",
"bugs": "0.1.0"
"bugs": "git+https://github.com/coding-ide/bugs.js.git"
},
"devDependencies": {
"grunt-exec": "0.4.5",
Expand Down