Skip to content

Commit d4b3d3f

Browse files
committed
remake
1 parent 5d48d45 commit d4b3d3f

21 files changed

+1879
-1091
lines changed

.gitattributes

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
phpcs.xml export-ignore
2-
phpstan.neon export-ignore
3-
.gitattributes export-ignore
4-
.gitignore export-ignore
1+
phpcs.xml export-ignore
2+
phpstan.neon export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
package.json export-ignore
6+
tsconfig.json export-ignore
7+
webpack.config.js export-ignore
8+
assets/ export-ignore
9+
.github/ export-ignore
10+
node_modules/ export-ignore
11+
vendor/ export-ignore
12+
tests/ export-ignore
13+
phpcs.xml.dist export-ignore

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,6 @@ pnpm-lock.yaml
8686
vendor/
8787
# ignore node modules
8888
node_modules/
89-
tmp/
89+
tmp/
90+
.tmp/
91+
/index.php

0 commit comments

Comments
 (0)