Skip to content

Commit

Permalink
ignore uploads directory by default
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed May 24, 2019
1 parent ba4a166 commit 6858991
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 6858991

Please sign in to comment.