summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-02 11:37:03 -0600
committermo khan <mo.khan@gmail.com>2019-09-02 11:37:03 -0600
commit429973722f48b0cbb29ce094d7a3e855e0f93efd (patch)
tree65264b5a27064d32f87c129949e1029611c56323 /Rakefile
parentf616a8feace497a30c1ae198988e93a8bcb6033a (diff)
exclude tmp/.keep from tarball
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index bb46eea..bde875c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,6 @@ Rake::PackageTask.new("comp-268-2", DateTime.now.strftime("%y%m").to_i) do |pack
'src/**/*.java',
'src/**/*.md',
'src/**/*.pdf',
- 'tmp/.keep',
'yarn.lock',
])
end