style(prettier): add android app to ignore files for eslint, prettier and docker

This commit is contained in:
Amruth Pillai 2022-03-09 22:41:57 +01:00
parent 5d54f8101b
commit cbbdc92c66
No known key found for this signature in database
GPG Key ID: E3C57DF9B80855AD
3 changed files with 24 additions and 3 deletions

View File

@ -15,4 +15,7 @@ node_modules
# Docker
Dockerfile
.dockerignore
docker-compose.yml
docker-compose.yml
# Android App
/app

View File

@ -1,5 +1,6 @@
{
"root": true,
"ignorePatterns": ["/app"],
"parser": "@typescript-eslint/parser",
"extends": ["plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
"plugins": ["@typescript-eslint/eslint-plugin", "simple-import-sort", "unused-imports"],

View File

@ -1,4 +1,21 @@
# Build Artifacts
dist
.next
__ENV.js
node_modules
# IDEs
.vscode
# Project Metadata
README.md
CHANGELOG.md
# Project Dependencies
node_modules
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# Android App
/app