Add gitignore for local runtime files

This commit is contained in:
Philipp
2026-05-21 08:58:34 +02:00
parent f9350587fe
commit c272b00c81
5 changed files with 30 additions and 169 deletions
+30
View File
@@ -0,0 +1,30 @@
# Dependencies
node_modules/
# Local environment and secrets
.env
.env.*
!.env.example
backend/.env
backend/.env.*
!backend/.env.example
# Runtime state
backend/schedules.json
backend/schedules.json.tmp
# Build output
dist/
frontend/dist/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS/editor files
.DS_Store
.idea/
.vscode/
-7
View File
@@ -1,7 +0,0 @@
AWS_ACCESS_KEY_ID="FYL6LIS897TPMCMB9SIH"
AWS_SECRET_ACCESS_KEY="TGeYji4XfYohBN4Ut5UYoP6WvU8wq1Hm7fLcbnoR"
RESTIC_REPOSITORY="s3:https://nbg1.your-objectstorage.com/incus001"
RESTIC_PASSWORD="Wwmmsbc#223"
ZFS_POOL_NAME="incus-pool"
PORT=3000
API_TOKEN=""
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Incus Backup UI</title>
<script type="module" crossorigin src="/assets/index-IGuLjsuH.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BhslfNoW.css">
</head>
<body>
<div id="root"></div>
</body>
</html>