Skip to content

Commit a756d9d

Browse files
Copilotmmcky
andcommitted
Add node_modules and package-lock.json to .gitignore
Co-authored-by: mmcky <[email protected]>
1 parent 18bb586 commit a756d9d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
_build/
33
lectures/_build/
44
.ipynb_checkpoints/
5-
.virtual_documents/
5+
.virtual_documents/
6+
node_modules/
7+
package-lock.json

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "lecture-python.myst",
3+
"version": "1.0.0",
4+
"description": "This website presents a set of lectures on quantitative economic modeling.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"devDependencies": {
13+
"netlify-cli": "^23.5.1"
14+
}
15+
}

0 commit comments

Comments
 (0)