chore(lucy): Remove top-level config files
This commit is contained in:
parent
9bc2ba1b5c
commit
141efe8ad1
5 changed files with 0 additions and 26 deletions
|
@ -1,5 +1,3 @@
|
||||||
# Copy this file to .env and adapt it if you want to run `npm run strapi:translate`
|
# Copy this file to .env and adapt it if you want to run `npm run strapi:translate`
|
||||||
STRAPI_USERNAME="someone@freesewing.org"
|
STRAPI_USERNAME="someone@freesewing.org"
|
||||||
STRAPI_PASSWORD="superSecretPasswordHere"
|
STRAPI_PASSWORD="superSecretPasswordHere"
|
||||||
|
|
||||||
SKIP_PREFLIGHT_CHECK=true
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"presets": [
|
|
||||||
["@babel/preset-env", {
|
|
||||||
"modules": false
|
|
||||||
}],
|
|
||||||
"@babel/preset-react"
|
|
||||||
],
|
|
||||||
"plugins": ["@babel/plugin-proposal-class-properties"]
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
charset = utf-8
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
|
|
@ -1,2 +0,0 @@
|
||||||
node_modules/
|
|
||||||
dist/
|
|
|
@ -1,4 +0,0 @@
|
||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- 9
|
|
||||||
- 8
|
|
Loading…
Add table
Add a link
Reference in a new issue