Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 0

Commit ff61fcf

Browse files
committedSep 5, 2023
Bare setup with empty response DTO
1 parent fe14017 commit ff61fcf

File tree

102 files changed

+17670
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+17670
-0
lines changed
 

‎.editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 4
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.json]
11+
indent_size = 2
12+
13+
[*.yml]
14+
indent_size = 2
15+
16+
[*.yaml]
17+
indent_size = 2
18+
19+
[Makefile]
20+
indent_style = tab

‎.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Ignoring files for distribution archieves
2+
.github/ export-ignore
3+
etc/ export-ignore
4+
tests/ export-ignore
5+
var/ export-ignore
6+
.editorconfig export-ignore
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
CONTRIBUTING.md export-ignore
10+
composer.lock export-ignore
11+
infection.json.dist export-ignore
12+
Makefile export-ignore
13+
phpunit.xml.dist export-ignore
14+
README.md export-ignore

0 commit comments

Comments
 (0)