Initial BizOne portal setup
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
node_modules/
|
||||
frontend/node_modules/
|
||||
backend/node_modules/
|
||||
|
||||
dist/
|
||||
backend/dist/
|
||||
frontend/.next/
|
||||
frontend/out/
|
||||
|
||||
.runlogs/
|
||||
*.log
|
||||
|
||||
coverage/
|
||||
.coverage
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
postgres_data/
|
||||
redis_data/
|
||||
Reference in New Issue
Block a user