Untrack node_modules and .next, ignore them
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m52s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m52s
This commit is contained in:
parent
2a3aa32996
commit
d532f8d064
4238 changed files with 6 additions and 1210867 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -5,10 +5,15 @@
|
|||
*.swp
|
||||
*.xml
|
||||
|
||||
# Build outputs (if your Node app eventually compiles or bundles code)
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
.next/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
frontend/node_modules/
|
||||
|
||||
# Local application run data
|
||||
backend/storage/
|
||||
|
|
|
|||
Reference in a new issue