This commit is contained in:
cpu
2025-03-29 03:45:26 +01:00
parent 5763407edc
commit 832f19235f
31 changed files with 373 additions and 139 deletions

View File

@@ -7,8 +7,10 @@ node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
Dockerfile
# Development files
.dockerignore
.editorconfig
.eslintrc
.stylelintrc
@@ -18,8 +20,7 @@ yarn-error.log
*.swp
*.swo
# Documentation
docs/
# docs/
README.md
LICENSE
CHANGELOG.md
@@ -45,11 +46,13 @@ dist/
build/
# Environment files
.env
# We need .env for our application
#.env
.env.*
*.env
# Project specific files
screenshots/
labels.example
virt-game-timer.service
virt-game-timer.service
package.json
package-lock.json