Skip to content

Commit

Permalink
Remove 'public' folder from .gitignore
Browse files Browse the repository at this point in the history
The 'public' folder was removed from the .gitignore file to ensure that it
is tracked by Git and included in the repository.

Generated by gpt-3.5-turbo
  • Loading branch information
joone committed Mar 28, 2024
1 parent 0155cdf commit 6c670a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
dist
.env
public
.loz_logs

0 comments on commit 6c670a3

Please sign in to comment.