forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (56 loc) · 940 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
lib-cov
*.swp
*.sw*
node_modules/
*.orig
benchmarks/benchmarks
benchmarks/benchmarks2
benchmarks/benchmarks3
benchmarks/v8.log
benchmarks/typescript/**/*.js
.DS_Store
docs/*.json
docs/source/_docs
tags
test/triage/*.js
/.idea
/inspections
bin/mongoose.min.js
coverage
npm-debug.log
data/
.nyc_output/
.env
tools/31*
# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln
# Visual Studio Code
.vscode
*.key
# Webpack output
dist
test/files/main.js
package-lock.json
.config.js
# Compiled docs
docs/*.html
docs/tutorials/*.html
docs/typescript/*.html
docs/api/*.html
# the below excludes things like "0test.x" too, but gitignore does not have something like js regex "[0-9]+", so this is the best for future versions
docs/[0-9]*.x/
index.html
# Local Netlify folder
.netlify
# yarn package-lock
yarn.lock
# npm pack output
mongoose.tgz
mongoose-*.tgz
examples/ecommerce-netlify-functions/.netlify/state.json
notes.md
list.out