Skip to content

Commit

Permalink
add .meteor/ files
Browse files Browse the repository at this point in the history
  • Loading branch information
rdickert committed Mar 19, 2015
1 parent 688f3df commit 1150e04
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,2 +1 @@
.meteor/
*.swp
7 changes: 7 additions & 0 deletions .meteor/.finished-upgraders
@@ -0,0 +1,7 @@
# This file contains information which helps Meteor properly upgrade your
# app when you run 'meteor update'. You should check it into version control
# with your project.

notices-for-0.9.0
notices-for-0.9.1
0.9.4-platform-file
1 change: 1 addition & 0 deletions .meteor/.gitignore
@@ -0,0 +1 @@
local
7 changes: 7 additions & 0 deletions .meteor/.id
@@ -0,0 +1,7 @@
# This file contains a token that is unique to your project.
# Check it into your repository along with the rest of this directory.
# It can be used for purposes such as:
# - ensuring you don't accidentally deploy one app on top of another
# - providing package authors with aggregated statistics

bx13gqcfq0hg1epssyi
2 changes: 2 additions & 0 deletions .meteor/platforms
@@ -0,0 +1,2 @@
browser
server
66 changes: 66 additions & 0 deletions .meteor/versions
@@ -0,0 +1,66 @@
autopublish@1.0.3
autoupdate@1.2.0
base64@1.0.3
binary-heap@1.0.3
blaze@2.1.0
blaze-tools@1.0.3
boilerplate-generator@1.0.3
callback-hook@1.0.3
check@1.0.5
chrismbeckett:fontawesome4@4.2.2
coffeescript@1.0.6
ddp@1.1.0
deps@1.0.7
ejson@1.0.6
fastclick@1.0.3
geojson-utils@1.0.3
html-tools@1.0.4
htmljs@1.0.4
http@1.1.0
id-map@1.0.3
insecure@1.0.3
iron:controller@1.0.7
iron:core@1.0.7
iron:dynamic-template@1.0.7
iron:layout@1.0.7
iron:location@1.0.7
iron:middleware-stack@1.0.7
iron:router@1.0.7
iron:url@1.0.7
jparker:crypto-core@0.1.0
jparker:crypto-md5@0.1.1
jparker:gravatar@0.3.1
jquery@1.11.3_2
json@1.0.3
launch-screen@1.0.2
less@1.0.13
livedata@1.0.13
logging@1.0.7
markdown@1.0.4
meteor@1.1.5
meteor-platform@1.2.2
minifiers@1.1.4
minimongo@1.0.7
mizzao:bootstrap-3@3.3.1_1
mobile-status-bar@1.0.3
mongo@1.1.0
observe-sequence@1.0.5
ordered-dict@1.0.3
random@1.0.3
reactive-dict@1.1.0
reactive-var@1.0.5
reload@1.1.3
retry@1.0.3
routepolicy@1.0.5
session@1.1.0
showdown@1.0.4
spacebars@1.0.6
spacebars-compiler@1.0.5
standard-app-packages@1.0.5
templating@1.1.0
tracker@1.0.6
ui@1.0.6
underscore@1.0.3
url@1.0.4
webapp@1.2.0
webapp-hashing@1.0.3

0 comments on commit 1150e04

Please sign in to comment.