mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-14 15:36:18 +00:00
* feat: add separate arm/v7 building with c version * chore: change workflow step names * fix: my stupid path mistake * chore: retry sed * chore: temp comment out * chore: add libraries and choose for C on arm7 * chore: add arm64 and amd64 back * chore: streamline workflow * chore: work on the workflow * chore: try to separate matrix * revert to old method with changes * chore: remove invalid reference * chore: correct deps * chore: remove old steps * feat: add custom armv7 images (compared to arm64 and amd64) * chore: minor add go version in workflow --------- Co-authored-by: DaanSelen <dselen@systemec.nl>
56 lines
592 B
Plaintext
56 lines
592 B
Plaintext
*.tar
|
|
.vscode
|
|
.DS_Store
|
|
.idea
|
|
src/db
|
|
__pycache__
|
|
src/test.py
|
|
*.db
|
|
src/wg-dashboard.ini
|
|
src/static/pic.xd
|
|
*.conf
|
|
private_key.txt
|
|
public_key.txt
|
|
*venv*
|
|
log/**
|
|
release/*
|
|
src/db/wgdashboard.db
|
|
.jshintrc
|
|
node_modules/**
|
|
*/proxy.js
|
|
src/static/app/proxy.js
|
|
.secrets
|
|
*.ini
|
|
*.pid
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
*.tsbuildinfo
|
|
.vite/*
|