Skip to content

Commit 5f8b53e

Browse files
authored
Merge pull request #2 from longaodai/feat-clean-up-repository-base
Feat clean up repository base
2 parents ea65e19 + 50f18a8 commit 5f8b53e

15 files changed

+612
-139
lines changed

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Composer / PHP
2+
/vendor/
3+
/composer.lock
4+
/.phpunit.result.cache
5+
6+
!.gitignore
7+
8+
# Node / Frontend (if used)
9+
node_modules/
10+
/npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
14+
# IDEs
15+
.idea/
16+
.vscode/
17+
*.sublime-workspace
18+
*.sublime-project
19+
20+
# OS files
21+
.DS_Store
22+
Thumbs.db
23+
24+
# Logs
25+
*.log
26+
27+
# Temporary files
28+
*.tmp
29+
*.swp
30+
*.bak
31+
32+
# PHPUnit coverage and reports
33+
coverage/
34+
phpunit.xml.cache
35+
*.cov
36+
37+
# Generated files (optional, if you have build or dist folder)
38+
dist/
39+
build/
40+
41+
# Environment files
42+
.env
43+
.env.*.local

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/php.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/repository-pattern.iml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Võ Chí Long (Long Áo Dài)
3+
Copyright (c) 2024 Võ Chí Long (LongAoDai)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)