File tree 7 files changed +197
-57
lines changed
7 files changed +197
-57
lines changed Original file line number Diff line number Diff line change 1
- # ---> Node
1
+ # Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
2
+
2
3
# Logs
4
+
3
5
logs
4
- * .log
5
- npm-debug.log *
6
+ _ .log
7
+ npm-debug.log_
6
8
yarn-debug.log *
7
9
yarn-error.log *
8
10
lerna-debug.log *
9
11
.pnpm-debug.log *
10
12
13
+ # Caches
14
+
15
+ .cache
16
+
11
17
# Diagnostic reports (https://nodejs.org/api/report.html)
12
- report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
18
+
19
+ report. [0-9 ]_. [0-9 ]_. [0-9 ]_. [0-9 ]_.json
13
20
14
21
# Runtime data
22
+
15
23
pids
16
- * .pid
17
- * .seed
24
+ _ .pid
25
+ _ .seed
18
26
* .pid.lock
19
27
20
28
# Directory for instrumented libs generated by jscoverage/JSCover
29
+
21
30
lib-cov
22
31
23
32
# Coverage directory used by tools like istanbul
33
+
24
34
coverage
25
35
* .lcov
26
36
27
37
# nyc test coverage
38
+
28
39
.nyc_output
29
40
30
41
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
42
+
31
43
.grunt
32
44
33
45
# Bower dependency directory (https://bower.io/)
46
+
34
47
bower_components
35
48
36
49
# node-waf configuration
50
+
37
51
.lock-wscript
38
52
39
53
# Compiled binary addons (https://nodejs.org/api/addons.html)
54
+
40
55
build /Release
41
56
42
57
# Dependency directories
58
+
43
59
node_modules /
44
60
jspm_packages /
45
61
46
62
# Snowpack dependency directory (https://snowpack.dev/)
63
+
47
64
web_modules /
48
65
49
66
# TypeScript cache
67
+
50
68
* .tsbuildinfo
51
69
52
70
# Optional npm cache directory
71
+
53
72
.npm
54
73
55
74
# Optional eslint cache
75
+
56
76
.eslintcache
57
77
58
78
# Optional stylelint cache
79
+
59
80
.stylelintcache
60
81
61
82
# Microbundle cache
83
+
62
84
.rpt2_cache /
63
85
.rts2_cache_cjs /
64
86
.rts2_cache_es /
65
87
.rts2_cache_umd /
66
88
67
89
# Optional REPL history
90
+
68
91
.node_repl_history
69
92
70
93
# Output of 'npm pack'
94
+
71
95
* .tgz
72
96
73
97
# Yarn Integrity file
98
+
74
99
.yarn-integrity
75
100
76
101
# dotenv environment variable files
102
+
77
103
.env
78
104
.env.development.local
79
105
.env.test.local
80
106
.env.production.local
81
107
.env.local
108
+ .env.cluster
109
+ .env.bridge
82
110
83
111
# parcel-bundler cache (https://parceljs.org/)
84
- .cache
112
+
85
113
.parcel-cache
86
114
87
115
# Next.js build output
116
+
88
117
.next
89
118
out
90
119
91
120
# Nuxt.js build / generate output
121
+
92
122
.nuxt
93
123
dist
94
124
95
125
# Gatsby files
96
- .cache /
126
+
97
127
# Comment in the public line in if your project uses Gatsby and not Next.js
128
+
98
129
# https://nextjs.org/blog/next-9-1#public-directory-support
130
+
99
131
# public
100
132
101
133
# vuepress build output
134
+
102
135
.vuepress /dist
103
136
104
137
# vuepress v2.x temp and cache directory
138
+
105
139
.temp
106
- .cache
107
140
108
141
# Docusaurus cache and generated files
142
+
109
143
.docusaurus
110
144
111
145
# Serverless directories
146
+
112
147
.serverless /
113
148
114
149
# FuseBox cache
150
+
115
151
.fusebox /
116
152
117
153
# DynamoDB Local files
154
+
118
155
.dynamodb /
119
156
120
157
# TernJS port file
158
+
121
159
.tern-port
122
160
123
161
# Stores VSCode versions used for testing VSCode extensions
162
+
124
163
.vscode-test
125
164
126
165
# yarn v2
166
+
127
167
.yarn /cache
128
168
.yarn /unplugged
129
169
.yarn /build-state.yml
130
170
.yarn /install-state.gz
131
171
.pnp. *
132
172
133
- # Deno lock file
173
+ # IntelliJ based IDEs
174
+ .idea
175
+
176
+ # Finder (MacOS) folder config
177
+ .DS_Store
178
+
179
+ package-lock.json
180
+
181
+
182
+ bun.lockb
183
+
134
184
deno.lock
Original file line number Diff line number Diff line change 1
- # ---> Node
1
+ # Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
2
+
2
3
# Logs
4
+
3
5
logs
4
- * .log
5
- npm-debug.log *
6
+ _ .log
7
+ npm-debug.log_
6
8
yarn-debug.log *
7
9
yarn-error.log *
8
10
lerna-debug.log *
9
11
.pnpm-debug.log *
10
12
13
+ # Caches
14
+
15
+ .cache
16
+
11
17
# Diagnostic reports (https://nodejs.org/api/report.html)
12
- report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
18
+
19
+ report. [0-9 ]_. [0-9 ]_. [0-9 ]_. [0-9 ]_.json
13
20
14
21
# Runtime data
22
+
15
23
pids
16
- * .pid
17
- * .seed
24
+ _ .pid
25
+ _ .seed
18
26
* .pid.lock
19
27
20
28
# Directory for instrumented libs generated by jscoverage/JSCover
29
+
21
30
lib-cov
22
31
23
32
# Coverage directory used by tools like istanbul
33
+
24
34
coverage
25
35
* .lcov
26
36
27
37
# nyc test coverage
38
+
28
39
.nyc_output
29
40
30
41
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
42
+
31
43
.grunt
32
44
33
45
# Bower dependency directory (https://bower.io/)
46
+
34
47
bower_components
35
48
36
49
# node-waf configuration
50
+
37
51
.lock-wscript
38
52
39
53
# Compiled binary addons (https://nodejs.org/api/addons.html)
54
+
40
55
build /Release
41
56
42
57
# Dependency directories
58
+
43
59
node_modules /
44
60
jspm_packages /
45
61
46
62
# Snowpack dependency directory (https://snowpack.dev/)
63
+
47
64
web_modules /
48
65
49
66
# TypeScript cache
67
+
50
68
* .tsbuildinfo
51
69
52
70
# Optional npm cache directory
71
+
53
72
.npm
54
73
55
74
# Optional eslint cache
75
+
56
76
.eslintcache
57
77
58
78
# Optional stylelint cache
79
+
59
80
.stylelintcache
60
81
61
82
# Microbundle cache
83
+
62
84
.rpt2_cache /
63
85
.rts2_cache_cjs /
64
86
.rts2_cache_es /
65
87
.rts2_cache_umd /
66
88
67
89
# Optional REPL history
90
+
68
91
.node_repl_history
69
92
70
93
# Output of 'npm pack'
94
+
71
95
* .tgz
72
96
73
97
# Yarn Integrity file
98
+
74
99
.yarn-integrity
75
100
76
101
# dotenv environment variable files
102
+
77
103
.env
78
104
.env.development.local
79
105
.env.test.local
80
106
.env.production.local
81
107
.env.local
108
+ .env.cluster
109
+ .env.bridge
82
110
83
111
# parcel-bundler cache (https://parceljs.org/)
84
- .cache
112
+
85
113
.parcel-cache
86
114
87
115
# Next.js build output
116
+
88
117
.next
89
118
out
90
119
91
120
# Nuxt.js build / generate output
121
+
92
122
.nuxt
93
123
dist
94
124
95
125
# Gatsby files
96
- .cache /
126
+
97
127
# Comment in the public line in if your project uses Gatsby and not Next.js
128
+
98
129
# https://nextjs.org/blog/next-9-1#public-directory-support
130
+
99
131
# public
100
132
101
133
# vuepress build output
134
+
102
135
.vuepress /dist
103
136
104
137
# vuepress v2.x temp and cache directory
138
+
105
139
.temp
106
- .cache
107
140
108
141
# Docusaurus cache and generated files
142
+
109
143
.docusaurus
110
144
111
145
# Serverless directories
146
+
112
147
.serverless /
113
148
114
149
# FuseBox cache
150
+
115
151
.fusebox /
116
152
117
153
# DynamoDB Local files
154
+
118
155
.dynamodb /
119
156
120
157
# TernJS port file
158
+
121
159
.tern-port
122
160
123
161
# Stores VSCode versions used for testing VSCode extensions
162
+
124
163
.vscode-test
125
164
126
165
# yarn v2
166
+
127
167
.yarn /cache
128
168
.yarn /unplugged
129
169
.yarn /build-state.yml
130
170
.yarn /install-state.gz
131
171
.pnp. *
132
172
133
- # Deno lock file
134
- deno.lock
173
+ # IntelliJ based IDEs
174
+ .idea
175
+
176
+ # Finder (MacOS) folder config
177
+ .DS_Store
178
+
179
+ package-lock.json
180
+
181
+ bun.lockb
182
+
183
+ deno.lock
You can’t perform that action at this time.
0 commit comments