@reversense/dxc-struct 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/project.iml" filepath="$PROJECT_DIR$/.idea/project.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
package/CODEOWNERS ADDED
@@ -0,0 +1,24 @@
1
+ # Each line represents a rule, followed by a list of members.
2
+ # These members are the default owners for all files that match the specified pattern.
3
+ # The pattern generally follows the same syntax used for .gitignore files.
4
+ # The last matching rule always wins; those that appear lower in the file take precedence over rules that appear higher up.
5
+ # Specify owners by their username, email, or role assignment in the project.
6
+
7
+ # Examples:
8
+
9
+ # Member with username "john.smith" and member with email "alex@mycompany.com"
10
+ # own any JavaScript file in repository
11
+ # *.js john.smith alex@mycompany.com
12
+
13
+ # Bob owns all files under "subdir" directory at the repository root and all its subdirectories
14
+ # /subdir/ Bob
15
+
16
+ # All members from team named "Product Team" file under root "Product Documentation" directory
17
+ # "/Product Documentation" "Product Team"
18
+
19
+ # All members who are assigned the Project Collaborator role own any file under docs/ directory
20
+ # anywhere in the repository, but not further nested files
21
+ # docs/* "Project Collaborator"
22
+
23
+ # This file itself is owned by members who are assigned the Project Admin role in this project.
24
+ CODEOWNERS "Project Admin"