diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-05-26 08:47:52 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-05-28 10:03:15 -0400 |
commit | 9de3b68373dd8554e64f34bb3093403521f8759f (patch) | |
tree | 4300cf19312da7d4cf30b43c73d3ff990bf62517 /.gitignore | |
parent | eef2e112d1f447b47f2f19d24e9dfd9a76550333 (diff) |
Load only required components in the application contexts
Issue-ID: CPS-434
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: Iacc12946495b9e6ec42b4b7d4e3b5b010fecceb5
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8fff710922..3ab10191f4 100755 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ log/ *.iml *.ipr *.iws +*.DS_Store .settings/ bin/ |