Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf73b6b

Browse files
committedApr 10, 2025
Create .gitignore
1 parent 3afb035 commit cf73b6b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
 

‎.gitignore

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.env
2+
.env.*
3+
4+
#composer
5+
vendor
6+
7+
# Snow-blower
8+
!secrets/.env*
9+
.sb*
10+
secrets.nix
11+
12+
# pre-commit
13+
.pre-commit-config.yaml
14+
15+
# direnv
16+
.direnv
17+
18+
.phpunit*
19+
20+
21+
.idea
22+
.phpunit.cache
23+
build
24+
composer.lock
25+
coverage
26+
docs
27+
phpunit.xml
28+
phpstan.neon
29+
testbench.yaml
30+
node_modules

0 commit comments

Comments
 (0)
Please sign in to comment.