feat: Exclude build JS files from git

This commit is contained in:
moanos [he/him] 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*

View File

@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "webpack-dev-server --config webpack.config.js", "start": "webpack-dev-server --config webpack.config.js",
"ex-trans": "i18next -c i18next-parser.config.js" "ex-trans": "i18next -c i18next-parser.config.js",
"build": "webpack --config webpack.config.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",