Skip to content

Commit

Permalink
add .gitignore package.json package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Sep 25, 2023
1 parent 7fb7db8 commit 668c610
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@hexlet/code",
"type": "module",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/Tanya14081981/frontend-project-44/workflows/hexlet-check/badge.svg)](https://github.com/Tanya14081981/frontend-project-44/actions)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"makefile": "^0.0.2"
}
}

0 comments on commit 668c610

Please sign in to comment.