Skip to content

Commit a8b2bc8

Browse files
authored
Merge pull request #781 from postmanlabs/fix/removing-lock-files
Removing lock files
2 parents 2d3fa00 + ba4eb50 commit a8b2bc8

File tree

42 files changed

+210
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+210
-272
lines changed

codegens/csharp-httpclient/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
# Package manager lock files
10+
yarn.lock
11+
package-lock.json
12+
pnpm-lock.yaml
13+
bun.lockb
14+
915
# Coverage directory used by tools like istanbul
1016
.coverage
1117

codegens/csharp-restsharp/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ npm-debug.log*
88
yarn-debug.log*
99
yarn-error.log*
1010

11+
# Package manager lock files
12+
yarn.lock
13+
package-lock.json
14+
pnpm-lock.yaml
15+
bun.lockb
16+
1117
# Runtime data
1218
pids
1319
*.pid

codegens/curl/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
# Package manager lock files
10+
yarn.lock
11+
package-lock.json
12+
pnpm-lock.yaml
13+
bun.lockb
14+
915
# Runtime data
1016
pids
1117
*.pid

codegens/dart-dio/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ npm-debug.log*
99
yarn-debug.log*
1010
yarn-error.log*
1111

12+
# Package manager lock files
13+
yarn.lock
14+
package-lock.json
15+
pnpm-lock.yaml
16+
bun.lockb
17+
1218
# Coverage directory used by tools like istanbul
1319
.coverage
1420

codegens/dart-dio/package-lock.json

-13
This file was deleted.

codegens/dart-http/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ npm-debug.log*
99
yarn-debug.log*
1010
yarn-error.log*
1111

12+
# Package manager lock files
13+
yarn.lock
14+
package-lock.json
15+
pnpm-lock.yaml
16+
bun.lockb
17+
1218
# Coverage directory used by tools like istanbul
1319
.coverage
1420

codegens/golang/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/http/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/java-okhttp/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ npm-debug.log*
1010
yarn-debug.log*
1111
yarn-error.log*
1212

13+
# Package manager lock files
14+
yarn.lock
15+
package-lock.json
16+
pnpm-lock.yaml
17+
bun.lockb
18+
1319
# Runtime data
1420
pids
1521
*.pid

codegens/java-unirest/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ npm-debug.log*
1313
yarn-debug.log*
1414
yarn-error.log*
1515

16+
# Package manager lock files
17+
yarn.lock
18+
package-lock.json
19+
pnpm-lock.yaml
20+
bun.lockb
21+
1622
# Runtime data
1723
pids
1824
*.pid

codegens/js-fetch/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ pids
1111
*.seed
1212
*.pid.lock
1313

14+
# Package manager lock files
15+
yarn.lock
16+
package-lock.json
17+
pnpm-lock.yaml
18+
bun.lockb
19+
1420
# Prevent IDE stuff
1521
.idea
1622
.vscode

codegens/js-jquery/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
# Package manager lock files
10+
yarn.lock
11+
package-lock.json
12+
pnpm-lock.yaml
13+
bun.lockb
14+
915
# Runtime data
1016
pids
1117
*.pid

codegens/js-xhr/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/kotlin-okhttp/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ pids
1616
*.seed
1717
*.pid.lock
1818

19+
# Package manager lock files
20+
yarn.lock
21+
package-lock.json
22+
pnpm-lock.yaml
23+
bun.lockb
24+
1925
# Prevent IDE stuff
2026
.idea
2127
.vscode

codegens/libcurl/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ pids
1414
*.seed
1515
*.pid.lock
1616

17+
# Package manager lock files
18+
yarn.lock
19+
package-lock.json
20+
pnpm-lock.yaml
21+
bun.lockb
22+
1723
# Prevent IDE stuff
1824
.idea
1925
.vscode

codegens/libcurl/package-lock.json

-5
This file was deleted.

codegens/nodejs-axios/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# temporarily generated file
1622
run.js
1723

codegens/nodejs-axios/package-lock.json

-102
This file was deleted.

codegens/nodejs-native/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ pids
2020
.vscode
2121
*.sublime-*
2222

23+
# Package manager lock files
24+
yarn.lock
25+
package-lock.json
26+
pnpm-lock.yaml
27+
bun.lockb
28+
2329
# Directory for instrumented libs generated by jscoverage/JSCover
2430
lib-cov
2531

codegens/nodejs-request/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# temporarily generated file
1622
run.js
1723

codegens/nodejs-unirest/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/objective-c/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ yarn-error.log*
1212
# Coverage directory used by tools like istanbul
1313
.coverage
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# node-waf configuration
1622
.lock-wscript
1723

codegens/ocaml-cohttp/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/php-curl/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

0 commit comments

Comments
 (0)