Skip to content

Commit

Permalink
no logner search .gitignore when ignoring paths in railway up
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 committed Feb 15, 2024
1 parent 68db247 commit 3d40202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/up.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ 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 3d40202

Please sign in to comment.