Skip to content

Commit

Permalink
chore: fix ignoring the lua directory with .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jun 21, 2024
1 parent 93de590 commit 7297278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ scripts/lazy.nvim/
/luarocks
/lua_modules
/.luarocks
.repro
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COLOR_WHITE := \033[1;37m

# install development and testing dependencies
init:
luarocks init
luarocks init --no-gitignore
luarocks install busted 2.2.0-1

@echo ""
Expand Down

0 comments on commit 7297278

Please sign in to comment.