Skip to content

Commit 4e285d8

Browse files
committed
set gitignore file back to default
1 parent fcfcdc6 commit 4e285d8

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
node_modules
22
.DS_Store
33
.vscode
4-
**/.DS_Store
5-
6-
package.json
4+
**/.DS_Store

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "module-structuring-and-testing-data",
3+
"version": "1.0.0",
4+
"description": "Like learning a musical instrument, programming requires daily practice.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "jest"
8+
},
9+
"keywords": [],
10+
"author": "Code Your Future",
11+
"license": "ISC",
12+
"dependencies": {
13+
"jest": "^29.7.0"
14+
}
15+
}

0 commit comments

Comments
 (0)