feat: cicd pipeline
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@@ -35,3 +35,39 @@ out/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### QueryDSL ###
|
||||
/src/main/generated/
|
||||
**/generated/
|
||||
|
||||
### Logs ###
|
||||
*.log
|
||||
logs/
|
||||
*.log.*
|
||||
|
||||
### OS ###
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
### Environment ###
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
application-local.yml
|
||||
application-secret.yml
|
||||
|
||||
### Docker (local testing) ###
|
||||
.dockerignore
|
||||
docker-compose.override.yml
|
||||
|
||||
### Temporary ###
|
||||
*.tmp
|
||||
*.temp
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user