mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 13:41:25 +10:00
Merge branch 'main' into feat/add-docs-workspace
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
# Global
|
||||
node_modules
|
||||
|
||||
# Schema
|
||||
schema/dist
|
||||
|
||||
@ -11,6 +8,25 @@ server/dist
|
||||
client/.next
|
||||
client/public/__ENV.js
|
||||
|
||||
# IDEs
|
||||
.vscode
|
||||
|
||||
# Project Metadata
|
||||
LICENSE
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
|
||||
# Project Dependencies
|
||||
node_modules
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
docker-compose.yml
|
||||
|
||||
# Android App
|
||||
/app
|
||||
|
||||
# Docs
|
||||
docs/build
|
||||
docs/.docusaurus
|
||||
Reference in New Issue
Block a user