mirror of
https://ghproxy.net/https://github.com/TGMPA/TGM-Plugin-Activation.git
synced 2025-10-04 01:03:17 +08:00
Ensure composer.lock stays out of version control
This is a library package, not an application. See https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/#tip-%236%3A-put-%60composer.lock%60-into-%60.gitignore%60-in-libraries
This commit is contained in:
parent
c0caa69c83
commit
267f091970
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
# folders and files to be ignored by git
|
||||
phpcs.xml
|
||||
/vendor/
|
||||
/composer.lock
|
||||
/phpcs.xml
|
||||
/.phpcs.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue