Add gitignore for local runtime files
This commit is contained in:
+30
@@ -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/
|
||||||
@@ -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=""
|
|
||||||
-1
File diff suppressed because one or more lines are too long
-148
File diff suppressed because one or more lines are too long
Vendored
-13
@@ -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>
|
|
||||||
Reference in New Issue
Block a user