mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 05:02:40 +00:00
Appease GitHub once and for all
This commit is contained in:
parent
a81bd0e45c
commit
32ca0c3fe4
3 changed files with 22 additions and 1188 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,8 +1,5 @@
|
||||||
# Temporary files and dependencies
|
# Temporary files
|
||||||
|
|
||||||
/vendor/
|
|
||||||
/vendor-bin/*/vendor
|
|
||||||
/node_modules
|
|
||||||
/documentation/
|
/documentation/
|
||||||
/manual/
|
/manual/
|
||||||
/tests/coverage/
|
/tests/coverage/
|
||||||
|
@ -12,9 +9,16 @@
|
||||||
/arsse.db*
|
/arsse.db*
|
||||||
/config.php
|
/config.php
|
||||||
/.php_cs.cache
|
/.php_cs.cache
|
||||||
/yarn-error.log
|
|
||||||
/tests/.phpunit.result.cache
|
/tests/.phpunit.result.cache
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
/vendor/
|
||||||
|
/vendor-bin/*/vendor
|
||||||
|
/node_modules
|
||||||
|
/yarn.lock
|
||||||
|
/yarn-error.log
|
||||||
|
|
||||||
|
|
||||||
# Windows files
|
# Windows files
|
||||||
|
|
||||||
|
|
26
package.json
26
package.json
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^9.6.1",
|
"autoprefixer": "*",
|
||||||
"postcss": "^7.0.0",
|
"postcss": "*",
|
||||||
"postcss-cli": "^7.1.1",
|
"postcss-cli": "*",
|
||||||
"postcss-color-function": "^4.1.0",
|
"postcss-color-function": "*",
|
||||||
"postcss-csso": "^4.0.0",
|
"postcss-csso": "*",
|
||||||
"postcss-custom-media": "^7.0.8",
|
"postcss-custom-media": "*",
|
||||||
"postcss-custom-properties": "^9.0.2",
|
"postcss-custom-properties": "*",
|
||||||
"postcss-discard-comments": "^4.0.2",
|
"postcss-discard-comments": "*",
|
||||||
"postcss-import": "^12.0.1",
|
"postcss-import": "*",
|
||||||
"postcss-media-minmax": "^4.0.0",
|
"postcss-media-minmax": "*",
|
||||||
"postcss-nested": "^4.1.2",
|
"postcss-nested": "*",
|
||||||
"postcss-sassy-mixins": "^2.1.0",
|
"postcss-sassy-mixins": "*",
|
||||||
"postcss-scss": "^2.0.0"
|
"postcss-scss": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue