Skip to content

Commit d642dfe

Browse files
authored
Update .gitignore (#1137)
* 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
1 parent 2c7f4bf commit d642dfe

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ dpf-standalone/
186186
search/
187187

188188
# ansys-dpf-gate, ansys-grpc-dpf and ansys-dpg-gatebin
189-
src/ansys/dpf/core/gate/
190-
src/ansys/dpf/core/gatebin/
191-
src/ansys/dpf/core/grpc/
189+
src/ansys/dpf/gate/
190+
src/ansys/dpf/gatebin/
191+
src/ansys/grpc/
192192

193193
# C extensions
194194
*.so

CODEOWNERS

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in the repo.
5+
#* @example
6+
7+
# Order is important. The last matching pattern has the most precedence.
8+
# So if a pull request only touches javascript files, only these owners
9+
# will be requested to review.
10+
src/ansys/grpc/* @ansys/dpf_integration_proxies
11+
src/ansys/dpf/gate/* @ansys/dpf_integration_proxies
12+
src/ansys/dpf/gatebin/* @ansys/dpf_integration_proxies

0 commit comments

Comments
 (0)