Skip to content

Commit

Permalink
fix: only ignore folders in the top level (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Feb 6, 2023
1 parent 342b2d8 commit c6b0bfe
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 133 deletions.
13 changes: 6 additions & 7 deletions baselines/asset/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/bigquery-storage/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/compute/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/deprecatedtest/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/disable-packing-test/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/dlp/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/kms/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/logging/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/monitoring/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/naming/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/redis/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/routingtest/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/showcase-legacy/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/showcase/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/tasks/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/texttospeech/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/translate/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions baselines/videointelligence/.gitignore.baseline
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down
13 changes: 6 additions & 7 deletions templates/typescript_gapic/.gitignore.njk
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
!protos/*
out/
build/
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
Expand Down

0 comments on commit c6b0bfe

Please sign in to comment.