Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/mount.zipfuse
/vendor
/zipfuse
dist/
docs/*
!docs/*.adoc
vendor/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ check: ## Runs all static analysis and tests on the application code

clean: ## Returns the application build stage to its original state (deleting files)
@$(MAKE) docs-clean
@rm -vfr dist || true
@rm -vf $(ZIPFUSE) $(HELPER) || true

debug: ## Builds the application in debug mode (with symbols, race checks, ...)
Expand Down