Skip to content

Commit

Permalink
Revert "Remove .gitignore from ignore files in up (#481)" (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored Feb 16, 2024
1 parent 03db6ac commit 559d5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/up.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ pub async fn command(args: Args, _json: bool) -> Result<()> {
let mut archive = Builder::new(&mut parz);
let mut builder = WalkBuilder::new(path);
builder.add_custom_ignore_filename(".railwayignore");
builder.add_custom_ignore_filename(".gitignore");

let walker = builder.follow_links(true).hidden(false);
let walked = walker.build().collect::<Vec<_>>();
Expand Down

0 comments on commit 559d5c6

Please sign in to comment.