We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongoosejs
Learn more about funding links in repositories.
Report abuse
1 parent ca7996b commit 1a2d7f8Copy full SHA for 1a2d7f8
.gitignore
@@ -7,6 +7,7 @@ benchmarks/benchmarks
7
benchmarks/benchmarks2
8
benchmarks/benchmarks3
9
benchmarks/v8.log
10
+benchmarks/typescript/**/*.js
11
.DS_Store
12
docs/*.json
13
docs/source/_docs
@@ -40,11 +41,23 @@ test/files/main.js
40
41
42
package-lock.json
43
-.config*
44
+.config.js
45
46
# Compiled docs
47
docs/*.html
48
docs/tutorials/*.html
49
docs/typescript/*.html
50
docs/api/*.html
-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