Initial commit with architecture file
Some checks failed
Automated Container Build / build-and-push (push) Failing after 4s
Some checks failed
Automated Container Build / build-and-push (push) Failing after 4s
This commit is contained in:
commit
b393607602
3 changed files with 657 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# IDE & Editor files
|
||||
.vscode/
|
||||
.cursor/
|
||||
.idea/
|
||||
*.swp
|
||||
*.xml
|
||||
|
||||
# Build outputs (if your Node app eventually compiles or bundles code)
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
|
||||
# Local application run data
|
||||
Loading…
Add table
Add a link
Reference in a new issue