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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 0 additions & 13 deletions
This file was deleted.

codegens/dart-http/.gitignore

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)