Skip to content

Commit

Permalink
Merge pull request #20 from humanmade/ignore-uploads
Browse files Browse the repository at this point in the history
Ignore uploads directory by default
  • Loading branch information
roborourke authored May 24, 2019
2 parents ba4a166 + 6858991 commit e31031f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/composer/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function install_files() {
'/wp-config.php',
'/chassis',
'/vendor',
'/content/uploads',
];
file_put_contents( $dest . '/.gitignore', implode( "\n", $entries ) );
}
Expand Down

0 comments on commit e31031f

Please sign in to comment.