Add skeleton feature

This commit is contained in:
2025-08-13 10:11:24 +02:00
parent 95cc40b039
commit bea2a5eb50
7 changed files with 1331 additions and 46 deletions

66
.gitignore vendored
View File

@@ -1,50 +1,24 @@
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# Node artifact files
node_modules/
dist/
# Compiled Java class files
*.class
# Compiled Python bytecode
*.py[cod]
# Log files
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Package files
*.jar
node_modules
dist
dist-ssr
*.local
# Maven
target/
dist/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Generated by MacOS
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?