mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 13:11:27 +10:00
style(prettier): add android app to ignore files for eslint, prettier and docker
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user