mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
33 lines
317 B
Plaintext
33 lines
317 B
Plaintext
# Schema
|
|
schema/dist
|
|
|
|
# Server
|
|
server/dist
|
|
|
|
# Client
|
|
client/.next
|
|
client/public/__ENV.js
|
|
|
|
# IDEs
|
|
.vscode
|
|
|
|
# Project Metadata
|
|
LICENSE
|
|
README.md
|
|
CHANGELOG.md
|
|
|
|
# Project Dependencies
|
|
node_modules
|
|
pnpm-lock.yaml
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
|
|
# Android App
|
|
/app
|
|
|
|
# Docs
|
|
docs/build
|
|
docs/.docusaurus |