Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
ignore exports / pkg dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lütke committed Jun 5, 2008
1 parent f4eeea4 commit f556b67
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -34,3 +34,6 @@ db/schema.rb


# ignore backups # ignore backups
db/backup db/backup

exports/**/*
pkg/**/*
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
s.version = Vision.version s.version = Vision.version
s.has_rdoc = false s.has_rdoc = false
s.files = Dir.glob('**/*', File::FNM_DOTMATCH).reject do |f| s.files = Dir.glob('**/*', File::FNM_DOTMATCH).reject do |f|
[ /\.$/, /^public/, /^exports/, /^misc/, /Rakefile$/, /\.log$/, /^pkg/, /\.svn/, /\~$/, /\/\._/, /\.DS/].any? {|regex| f =~ regex } [ /\.$/, /^public/, /^exports/, /^misc/, /Rakefile$/, /\.log$/, /^pkg/, /\.git/, /\.svn/, /\~$/, /\/\._/, /\.DS/].any? {|regex| f =~ regex }
end end
s.require_path = '.' s.require_path = '.'
s.summary = 'Shopify Design Server' s.summary = 'Shopify Design Server'
Expand Down
Binary file removed exports/dropify.theme.zip
Binary file not shown.
Binary file removed exports/lemongrass.theme.zip
Binary file not shown.
Binary file removed exports/spectrum.theme.zip
Binary file not shown.

0 comments on commit f556b67

Please sign in to comment.