AstralHalo/.gitignore
HPCesia 7fc97dbf0e init: first demo
Refactor project structure and add new components
- Add Navbar and SideMenu components
- Update Layout and MainLayout
- Add config and type definitions
- Remove unused assets and components
- Update README and gitignore
2025-01-12 03:54:02 +08:00

29 lines
320 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# lock files
package-lock.json
yarn.lock
pnpm-lock.yaml