Skip to content

Commit 06dd880

Browse files
authored
Create .gitignore
0 parents  commit 06dd880

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
*.zip
2+
3+
# Managed by Composer
4+
/vendor/
5+
6+
# PHPStan extracted files
7+
/phpstan
8+
9+
# PHPUnit
10+
/app/phpunit.xml
11+
/phpunit.xml
12+
/.phpunit.result.cache
13+
14+
# Composer PHAR
15+
/composer.phar
16+
17+
# Visual Studio
18+
/Properties
19+
20+
# IDE
21+
/.vscode
22+
23+
# PHPStan
24+
/phpstan.log
25+
26+
# PHPStorm
27+
/.idea
28+
29+
###> squizlabs/php_codesniffer ###
30+
/.phpcs-cache
31+
/phpcs.xml
32+
###< squizlabs/php_codesniffer ###
33+
34+
###> symfony/phpunit-bridge ###
35+
.phpunit.result.cache
36+
/phpunit.xml
37+
###< symfony/phpunit-bridge ###

0 commit comments

Comments
 (0)