Skip to content

Commit

Permalink
Fix gitignore patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Dec 6, 2023
1 parent 8dc9b38 commit 974f53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patch_gitignore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sed -i "/^\/dist\/$/d" .gitignore

# Replace the /node_modules*/ entry in gitignore with the following
sed -i 's|/node_modules\*\/|/node_modules*/\
sed -i 's|/node_modules\*\/|/node_modules/*\
!/node_modules/jquery\
/node_modules/jquery/*\
!/node_modules/jquery/dist\
Expand Down

0 comments on commit 974f53b

Please sign in to comment.