Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769558
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
573 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitignore b/.gitignore
index 8702209..a210498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-.meteor/local
-.meteor/meteorite
-node_modules
+.meteor
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..53797cd
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+#
+# Nasqueron ship
+#
+# make init: add a .meteor directory to the current folder
+# make clean: remove the .meteor directory
+#
+
+all: init
+
+init:
+ meteor create meteor-to-import
+ mv meteor-to-import/.meteor .
+ rm -rf meteor-to-import
+
+clean:
+ rm -rf .meteor
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 15:48 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260475
Default Alt Text
(573 B)
Attached To
Mode
rSHIP Nasqueron ship
Attached
Detach File
Event Timeline
Log In to Comment