-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (34 loc) · 1.16 KB
/
Copy path.gitignore
File metadata and controls
41 lines (34 loc) · 1.16 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore
composer.phar
/vendor/
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
# phplint tool creates cache file which is not necessary in a codebase
/.phplint-cache
# Do not commit local PHPUnit config
/phpunit.xml
/.phpunit.result.cache
# Do not commit local PHP_CodeSniffer config
/phpcs.xml
# Application config may contain sensitive data
/config/**/*.*
!/config/.htaccess
!/config/dev/default.inc.php
!/config/prod/default.inc.php
# Logs folder
/logs/**/*.*
!/logs/.htaccess
/nbproject/private/
/.build/
/debian/debhelper-build-stamp
/debian/multiflexi-server.substvars
/debian/.debhelper/
/debian/multiflexi-server/
/debian/php-vitexsoftware-multiflexi-server/
/debian/php-vitexsoftware-multiflexi-server-dev/
/debian/debhelper-build-stamp
/debian/multiflexi-server.substvars
/debian/php-vitexsoftware-multiflexi-server-dev.substvars
/debian/php-vitexsoftware-multiflexi-server.substvars
/composer.lock