- Move all source code to src/ directory - Add Fengling.AuthService.slnx solution file - Update Dockerfile to reference src/ paths - Update CI/CD workflow for new structure - Optimize .dockerignore for cleaner builds
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
**/.git
|
|
**/.idea
|
|
**/bin
|
|
**/obj
|
|
**/.vs
|
|
**/*.user
|
|
**/*.suo
|
|
**/node_modules
|
|
**/.DS_Store
|
|
README.md
|
|
.gitignore
|
|
.dockerignore |