Skip to content

Commit

Permalink
add nodes modules ot git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGall29 committed Aug 27, 2024
1 parent f90b733 commit fc8bfc4
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 @@ -30,3 +30,4 @@ yarn-error.log*

# local .env files
.env.local*
node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"deploy": "push-dir --dir=dist/spa --remote=gh-deploy --branch=master"
"deploy": "push-dir --dir=dist/spa --remote=gh-deploy --branch=test1"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
Expand Down

0 comments on commit fc8bfc4

Please sign in to comment.