File: .gitignore

package info (click to toggle)
phpunit 12.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52,200 kB
  • sloc: php: 102,672; xml: 2,176; makefile: 107; sh: 82
file content (28 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# PhpStorm
/.idea

# Composer
/vendor

# Apache Ant
/.ant_targets

# Build artifacts and temporary files
/build/artifacts
/build/tmp
/tests/autoload.php

# PHP-CS-Fixer
/.php-cs-fixer.php
/.php-cs-fixer.cache

# PHPUnit
/.phpunit.cache
.phpunit.result.cache

# Temporary files generated by PHPT test runner
/tests/end-to-end/*.diff
/tests/end-to-end/*.exp
/tests/end-to-end/*.log
/tests/end-to-end/*.out
/tests/end-to-end/*.php