Skip to content

Commit

Permalink
build(azure-cosmosdb): Add fleet in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Miuler committed Dec 12, 2022
1 parent 40b0b4f commit 2b72cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ sdks/python/coverage.xml
**/*.ipr
**/*.iws
**/out/**/*
**/.fleet/**/*

# Ignore Eclipse files.
**/.classpath
Expand Down Expand Up @@ -135,3 +136,6 @@ playground/frontend/playground_components/pubspec.lock
**/*.tfvars

# Ignore Katas auto-generated files
**/*-remote-info.yaml
**/*.backup
**/.history
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.apache.beam.sdk.io.azure.cosmos;;
package org.apache.beam.sdk.io.azure.cosmos

object CosmosIO {
def read(): CosmosRead = {
Expand Down

0 comments on commit 2b72cad

Please sign in to comment.