Skip to content

Commit 9704e34

Browse files
lobsterkatieAbhiPrasad
authored andcommitted
ref(dev): Consolidate .gitignore files (#5096)
This removes `.gitignore` files containing redundant entries (ones covered by the main `.gitignore`) and organizes the main `.gitignore` just a bit. It also removes the old build directories, `cjs` and `esm`, from the main `.gitignore`.
1 parent d163172 commit 9704e34

File tree

6 files changed

+6
-13
lines changed

6 files changed

+6
-13
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ packages/*/package-lock.json
44
package-lock.json
55

66
# build and test
7+
# SDK builds
78
build/
8-
packages/*/cjs/
9-
packages/*/esm/
9+
# various integration test builds
10+
dist/
1011
coverage/
1112
scratch/
13+
*.d.ts
14+
*.js.map
1215
*.pyc
1316
*.tsbuildinfo
14-
scenarios/*/dist/
15-
dist-serverless/
1617
# transpiled transformers
1718
jest/transformers/*.js
1819
# node tarballs
@@ -45,5 +46,3 @@ tmp.js
4546
# eslint
4647
.eslintcache
4748
eslintcache/*
48-
49-
*.d.ts

packages/integration-tests/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/node-integration-tests/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/node/test/manual/webpack-domain/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/serverless/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist-serverless/

packages/wasm/.gitignore

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

0 commit comments

Comments
 (0)