Skip to content

Commit 1a2d7f8

Browse files
committedNov 14, 2022
chore(gitignore): use gitignore from current master
1 parent ca7996b commit 1a2d7f8

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
 

‎.gitignore

+15-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ benchmarks/benchmarks
77
benchmarks/benchmarks2
88
benchmarks/benchmarks3
99
benchmarks/v8.log
10+
benchmarks/typescript/**/*.js
1011
.DS_Store
1112
docs/*.json
1213
docs/source/_docs
@@ -40,11 +41,23 @@ test/files/main.js
4041

4142
package-lock.json
4243

43-
.config*
44+
.config.js
4445

4546
# Compiled docs
4647
docs/*.html
4748
docs/tutorials/*.html
4849
docs/typescript/*.html
4950
docs/api/*.html
50-
index.html
51+
index.html
52+
53+
# Local Netlify folder
54+
.netlify
55+
56+
# yarn package-lock
57+
yarn.lock
58+
59+
# npm pack output
60+
mongoose.tgz
61+
mongoose-*.tgz
62+
63+
examples/ecommerce-netlify-functions/.netlify/state.json

0 commit comments

Comments
 (0)
Please sign in to comment.