1
0

Add public files directory to gitignore.

This commit is contained in:
Kevin Matsubara 2024-11-24 17:35:19 +01:00
parent 98935eb0c2
commit 93ed79d6a3

3
.gitignore vendored
View File

@ -30,6 +30,9 @@ yarn-error.log*
elm-stuff
repl-temp-*
# No need to push public files to repository
/public
# this file will be built.
*/michelaben/index.js