Skip to content

Commit 9610f5c

Browse files
improve and tests
1 parent 581e858 commit 9610f5c

17 files changed

+1869
-11
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Dependencies
2+
/vendor/
3+
composer.lock
4+
5+
# Test artifacts
6+
/.phpunit.cache
7+
/tests/results/
8+
/coverage/
9+
10+
# Environment files
11+
.env
12+
.env.local
13+
.env.production
14+
15+
# IDE files
16+
.vscode/
17+
.idea/
18+
*.swp
19+
*.swo
20+
21+
# OS files
22+
.DS_Store
23+
Thumbs.db
24+
25+
# Logs
26+
*.log
27+
28+
# Uploads
29+
/html/uploads/*
30+
!/html/uploads/.gitkeep
31+
132
.venv/
233

334

0 commit comments

Comments
 (0)