From 371b5a7a52bcd1f7d4f806f9b600d1e5af6ec28e Mon Sep 17 00:00:00 2001 From: Watson Date: Wed, 15 May 2013 21:49:32 +0900 Subject: [PATCH] add .gitignore into gem template --- lib/motion/project/template/gem/files/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/motion/project/template/gem/files/.gitignore diff --git a/lib/motion/project/template/gem/files/.gitignore b/lib/motion/project/template/gem/files/.gitignore new file mode 100644 index 00000000..c3576622 --- /dev/null +++ b/lib/motion/project/template/gem/files/.gitignore @@ -0,0 +1,16 @@ +.repl_history +build +tags +app/pixate_code.rb +resources/*.nib +resources/*.momd +resources/*.storyboardc +.DS_Store +nbproject +.redcar +#*# +*~ +*.sw[po] +.eprj +.sass-cache +.idea