generalize settings

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-05-22 17:04:05 +02:00
parent c915da0f8b
commit 45cc2cd476
8 changed files with 26 additions and 65 deletions

64
.gitignore vendored
View File

@ -1,26 +1,18 @@
# compiled output
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out
# Node
/node_modules
/build
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
npm-debug.log
yarn-error.log
# IDEs and editors
/.idea
.idea/
.project
.classpath
.c9/
@ -28,29 +20,25 @@ lerna-debug.log*
.settings/
*.sublime-workspace
# IDE - VSCode
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
# System files
.DS_Store
Thumbs.db
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# temp directory
.temp
.tmp
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

View File

@ -1,3 +0,0 @@
coverage
dist
node_modules

View File

@ -1,7 +0,0 @@
{
"singleQuote": true,
"trailingComma": "es5",
"semi": true,
"endOfLine": "auto",
"bracketSameLine": true
}

View File

@ -1,17 +0,0 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
trim_trailing_whitespace = false
[*.md]
max_line_length = off
trim_trailing_whitespace = false