Skip to content

Commit 4506d4a

Browse files
Melhoria no gitignore
1 parent 50deb89 commit 4506d4a

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.gitignore

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
vendor/
2-
.vscode
3-
.phpunit.result.cache
2+
composer.phar
3+
4+
.vscode/
5+
.idea/
6+
*.sublime-*
7+
.DS_Store
8+
Thumbs.db
49

5-
# ---- SonarQube
610
.sonar/
711
.scannerwork/
812
.sonarqube/
913

10-
# ---- PHPUnit
1114
.phpunit.result.cache
12-
/.phpunit.cache
15+
.phpunit.cache/
16+
.php-cs-fixer.cache
17+
phpstan.cache/
1318

14-
# --- Coverage
1519
/coverage/
1620
clover.xml

0 commit comments

Comments
 (0)