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
README.md
*.example
.env
labels
subscriptions.json

2
.gitignore vendored
View File

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