Le Hoang Nam 7dc995dcd9 Add initial Docusaurus setup with configuration, documentation structure, and .gitignore file
- Created a new Docusaurus project for documentation.
- Added configuration file `docusaurus.config.ts` for site settings and theme.
- Established initial documentation structure with overview and GitFlow sections.
- Included a `.gitignore` file to exclude unnecessary files and directories.
- Added essential files such as `package.json`, `package-lock.json`, and initial CSS styles.
- Removed outdated guides related to Gitea and Jenkins management.
2025-08-29 17:49:33 +07:00

29 lines
264 B
Plaintext

# Dependencies
/node_modules
# Testing
/coverage
# Production
/build
/dist
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# Debug logs
npm-debug.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
# Docusaurus
.docusaurus
.cache