Skip to content

Commit e91f42a

Browse files
authored
chore: remove node.js gitignore contents (#5394)
1 parent 58cc631 commit e91f42a

File tree

1 file changed

+0
-141
lines changed

1 file changed

+0
-141
lines changed

.gitignore

Lines changed: 0 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -82,147 +82,6 @@ Package.resolved
8282
Cartfile.resolved
8383
*.log
8484

85-
#################
86-
#### Node.JS ####
87-
#################
88-
89-
# Logs
90-
logs
91-
*.log
92-
npm-debug.log*
93-
yarn-debug.log*
94-
yarn-error.log*
95-
lerna-debug.log*
96-
.pnpm-debug.log*
97-
98-
# Diagnostic reports (https://nodejs.org/api/report.html)
99-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
100-
101-
# Runtime data
102-
pids
103-
*.pid
104-
*.seed
105-
*.pid.lock
106-
107-
# Directory for instrumented libs generated by jscoverage/JSCover
108-
lib-cov
109-
110-
# Coverage directory used by tools like istanbul
111-
coverage
112-
*.lcov
113-
114-
# nyc test coverage
115-
.nyc_output
116-
117-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
118-
.grunt
119-
120-
# Bower dependency directory (https://bower.io/)
121-
bower_components
122-
123-
# node-waf configuration
124-
.lock-wscript
125-
126-
# Compiled binary addons (https://nodejs.org/api/addons.html)
127-
build/Release
128-
129-
# Dependency directories
130-
node_modules/
131-
jspm_packages/
132-
133-
# Snowpack dependency directory (https://snowpack.dev/)
134-
web_modules/
135-
136-
# TypeScript cache
137-
*.tsbuildinfo
138-
139-
# Optional npm cache directory
140-
.npm
141-
142-
# Optional eslint cache
143-
.eslintcache
144-
145-
# Optional stylelint cache
146-
.stylelintcache
147-
148-
# Microbundle cache
149-
.rpt2_cache/
150-
.rts2_cache_cjs/
151-
.rts2_cache_es/
152-
.rts2_cache_umd/
153-
154-
# Optional REPL history
155-
.node_repl_history
156-
157-
# Output of 'npm pack'
158-
*.tgz
159-
160-
# Yarn Integrity file
161-
.yarn-integrity
162-
163-
# dotenv environment variable files
164-
.env
165-
.env.development.local
166-
.env.test.local
167-
.env.production.local
168-
.env.local
169-
170-
# parcel-bundler cache (https://parceljs.org/)
171-
.cache
172-
.parcel-cache
173-
174-
# Next.js build output
175-
.next
176-
out
177-
178-
# Nuxt.js build / generate output
179-
.nuxt
180-
dist
181-
182-
# Gatsby files
183-
.cache/
184-
# Comment in the public line in if your project uses Gatsby and not Next.js
185-
# https://nextjs.org/blog/next-9-1#public-directory-support
186-
# public
187-
188-
# vuepress build output
189-
.vuepress/dist
190-
191-
# vuepress v2.x temp and cache directory
192-
.temp
193-
.cache
194-
195-
# vitepress build output
196-
**/.vitepress/dist
197-
198-
# vitepress cache directory
199-
**/.vitepress/cache
200-
201-
# Docusaurus cache and generated files
202-
.docusaurus
203-
204-
# Serverless directories
205-
.serverless/
206-
207-
# FuseBox cache
208-
.fusebox/
209-
210-
# DynamoDB Local files
211-
.dynamodb/
212-
213-
# TernJS port file
214-
.tern-port
215-
216-
# Stores VSCode versions used for testing VSCode extensions
217-
.vscode-test
218-
219-
# yarn v2
220-
.yarn/cache
221-
.yarn/unplugged
222-
.yarn/build-state.yml
223-
.yarn/install-state.gz
224-
.pnp.*
225-
22685
Samples/SessionReplay-CameraTest/SessionReplay-CameraTest.xcodeproj
22786
Samples/iOS-ObjectiveC/iOS-ObjectiveC.xcodeproj
22887
Samples/iOS-Swift/iOS-Swift.xcodeproj

0 commit comments

Comments
 (0)