xref: /web-bugs/.gitignore (revision fd1338e3)
1# These files are generated during application running or testing and are
2# intentionally untracked to ignore by Git. For other development environment
3# specific files, such as editor configuration, a good practice is to exclude
4# them using the .git/info/exclude in the cloned repository or a global
5# .gitignore file.
6
7# Uploaded patches
8/uploads/
9
10# Configuration file
11/local_config.php
12
13# Local specific PHPUnit configuration
14/phpunit.xml
15.phpunit.result.cache
16
17# Transient and temporary generated files
18/var/
19
20# Generated by Composer
21/vendor/
22