Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit c4b84b9

Browse files
committed
Add additional folders/files to excludes
1 parent 50e7043 commit c4b84b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'fileutils'
33
task default: :install
44

55
task :install do
6-
scripts = Dir['*'] - %w{LICENSE.txt Rakefile README.md}
6+
scripts = Dir['*'] - %w{script vendor common.rb Gemfile Gemfile.lock LICENSE.txt Rakefile README.md}
77
target = ENV["TARGET"] || ask_for_target_dir
88
File.directory?(File.expand_path(target)) or abort("Install directory isn't a directory")
99

0 commit comments

Comments
 (0)