mirror of
https://codeberg.org/HPCesia/AstralHalo.git
synced 2025-04-06 17:14:27 +08:00
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
29 lines
320 B
Plaintext
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 |