clean up
This commit is contained in:
@@ -6,4 +6,8 @@ Dockerfile
|
|||||||
.gitignore
|
.gitignore
|
||||||
README.md
|
README.md
|
||||||
*.example
|
*.example
|
||||||
|
.env
|
||||||
|
labels
|
||||||
|
subscriptions.json
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user