Skip to content

Commit 21f0897

Browse files
committed
remove capfile from ignore
1 parent 74258be commit 21f0897

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public/assets
1111
tmp/**/*
1212
tmp
1313
.bundle
14-
Capfile
1514
webrat.log
1615
.sass-cache/
1716
tmp/

Capfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
load 'deploy'
2+
# Uncomment if you are using Rails' asset pipeline
3+
load 'deploy/assets'
4+
load 'config/deploy' # remove this line to skip loading any of the default tasks

0 commit comments

Comments
 (0)