반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- kubeflow
- SQL
- AWS CI/CD 구축하기
- JavaScript
- aws
- 도커
- chartjs
- PostgreSQL
- Jenkins
- codedeploy error
- bootstrap
- redis
- Airflow
- Flux
- aws cicd
- chart.js
- node
- codedeploy
- docker
- Spring Error
- codebuild
- Python
- java bigdecimal
- IntelliJ
- COALESCE
- Spring
- Kafka
- or some instances in your deployment group are experiencing problems.
- VPN
- codepipeline
Archives
- Today
- Total
목록.gitignore 작동하지 않음 (1)
Small Asteroid Blog
.gitignore 작동하지 않을 때 / application.properties 업로드 안하고 싶을 때
DB정보가 담겨있는 application.properties 내용을 깃에 업로드 안하고 싶어서 .gitignore 에 다음 경로를 추가했는데 여전히 application.properties 의 내용이 업데이트 되고 있었다. /src/main/resources/application.properties gitignore 을 사용하고 싶으면 기존에 버전관리 했던 내용을 삭제해줘야 한다. git rm --cached D:/Users/Intellij/boardapi/src/main/resources/application.properties 위의 명령어 실행 후 변경사항을 푸시하면 git add . git commit -m "message" git push gitignore 이 정상작동되고 application.p..
도구/Git
2021. 5. 10. 15:36