Skip to content

Commit

Permalink
Добавлен файл .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgoldi committed Sep 19, 2024
1 parent 0cf2cf0 commit 055cede
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install: npm ci
1 change: 1 addition & 0 deletions bin/brain-games.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env node
console.log('Welcome to the Brain Games!');
12 changes: 12 additions & 0 deletions bin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "bin",
"version": "1.0.0",
"main": "brain-games.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
13 changes: 13 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/blackgoldi/fullstack-javascript-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/blackgoldi/fullstack-javascript-project-44/actions)",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 055cede

Please sign in to comment.