Skip to content

Commit

Permalink
Update .gitignore (#1137)
Browse files Browse the repository at this point in the history
* Update .gitignore to prevent from pushing changes in gate, gatebin or grpc

* Add CODEOWNERS to request review from admins for certain folders

* Switch to dpf_integration_proxies

* Switch to dpf_integration_proxies
  • Loading branch information
PProfizi authored Sep 6, 2023
1 parent 2c7f4bf commit d642dfe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ dpf-standalone/
search/

# ansys-dpf-gate, ansys-grpc-dpf and ansys-dpg-gatebin
src/ansys/dpf/core/gate/
src/ansys/dpf/core/gatebin/
src/ansys/dpf/core/grpc/
src/ansys/dpf/gate/
src/ansys/dpf/gatebin/
src/ansys/grpc/

# C extensions
*.so
12 changes: 12 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.
#* @example

# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
src/ansys/grpc/* @ansys/dpf_integration_proxies
src/ansys/dpf/gate/* @ansys/dpf_integration_proxies
src/ansys/dpf/gatebin/* @ansys/dpf_integration_proxies

0 comments on commit d642dfe

Please sign in to comment.