public
Description: Spree is a complete open source commerce solution for Ruby on Rails.
Homepage: http://spreehq.org
Clone URL: git://github.com/schof/spree.git
Updated ignore file to reflect new directory structure and consolidated 
some of the lower level ignores into a single master root level ignore.
schof (author)
Wed Apr 30 18:46:23 -0700 2008
commit  7788a2ab8a452013fa188ae28665845993fb1e61
tree    b2dca360ab07cb8b8d8bd376cfe7ceed5d39ba4f
parent  03f49061a16343d0dfcb8fab6ac372e6c66f5d50
...
1
2
3
4
5
6
 
 
 
 
 
 
 
 
7
8
 
9
...
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
 
10
11
0
@@ -1,9 +1,11 @@
0
-starter-app/log/*.log
0
-starter-app/public/images/products
0
-starter-app/public/images/calendar_date_select
0
-starter-app/public/plugin_assets
0
-starter-app/public/javascripts/calendar_date_select
0
-starter-app/public/stylesheets/calendar_date_select
0
+.DS_Store
0
+db/*.sql
0
+log/*.log
0
+public/images/products/*
0
+public/images/calendar_date_select
0
+public/plugin_assets
0
+public/javascripts/calendar_date_select
0
+public/stylesheets/calendar_date_select
0
 pkg
0
-starter-app/tmp
0
+tmp
0
 db/schema.rb

Comments

    No one has commented yet.