Skip to content

Commit

Permalink
Update CODEOWNERS (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored May 30, 2022
1 parent 862ba06 commit 9b974ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Order is important; the last matching pattern takes the most precedence.

* @AlekSi
* @AlekSi
/integration/ @AlekSi @rumyantseva
/internal/ @AlekSi @rumyantseva
19 changes: 8 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# Please use global .gitignore file for .vscode/, .idea/, etc.
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer

/bin/
/vendor/
cover.txt
cover.html
integration-*.txt
old.txt
new.txt
bin/
vendor/

internal/util/version/version.txt
internal/util/version/commit.txt
internal/util/version/branch.txt
# test coverage results, generated files like commit.txt, etc.
*.txt

# test coverage results
*.html

# for now
**/testdata/fuzz
testdata/fuzz/

docker-compose.override.yml

0 comments on commit 9b974ca

Please sign in to comment.