Skip to content

Commit

Permalink
add git-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jul 24, 2024
1 parent 11c3f0c commit 61deb1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ set shell := ["bash", "-c"]
@_default:
{{just_executable()}} --list

# interactively clean-up git repository, keeping IDE files
git-clean:
git clean -dxfi -e .idea -e .clwb -e .vscode

# (re-)build `maplibre-native-image` docker image for the current user
init-docker:
docker build -t maplibre-native-image --build-arg USER_UID=$(id -u) --build-arg USER_GID=$(id -g) -f docker/Dockerfile docker
Expand Down

0 comments on commit 61deb1a

Please sign in to comment.