feat: Exclude build JS files from git

This commit is contained in:
2024-07-31 14:49:29 +02:00
parent e80902e965
commit 8124b08b88
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -0,0 +1,2 @@
node_modules/
public/bundle.js*