diff --git a/rpg-docs/.gitignore b/rpg-docs/.gitignore index 70af0f43..0a2052ca 100644 --- a/rpg-docs/.gitignore +++ b/rpg-docs/.gitignore @@ -1,6 +1,7 @@ .meteor/local .meteor/meteorite .demeteorized +packages settings.json public/components nohup.out diff --git a/rpg-docs/.meteor/packages b/rpg-docs/.meteor/packages index df3eb805..a2a666f4 100644 --- a/rpg-docs/.meteor/packages +++ b/rpg-docs/.meteor/packages @@ -3,7 +3,7 @@ # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. -thaum:vulcanize +thaum:vulcanize@0.0.5 iron:router accounts-password accounts-ui diff --git a/rpg-docs/.modulusignore b/rpg-docs/.modulusignore deleted file mode 100644 index 0953341b..00000000 --- a/rpg-docs/.modulusignore +++ /dev/null @@ -1,2 +0,0 @@ -public/components -public/custom_components