This commit is contained in:
cpu
2025-03-28 19:49:47 +01:00
parent fc25c4a000
commit b9199cd964
2 changed files with 5 additions and 1 deletions

View File

@@ -6,4 +6,8 @@ Dockerfile
.gitignore .gitignore
README.md README.md
*.example *.example
.env
labels
subscriptions.json

2
.gitignore vendored
View File

@@ -1,6 +1,7 @@
myenv myenv
.vscode .vscode
.cursor .cursor
subscriptions.json
# Node.js # Node.js
node_modules/ node_modules/
@@ -8,7 +9,6 @@ npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.env .env
subscriptions.json
# OS generated files # OS generated files
.DS_Store .DS_Store