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
- react
- Sqoop
- Spring
- plugin
- tomcat
- hadoop
- Java
- Android
- window
- SPC
- table
- Kotlin
- GIT
- xPlatform
- Eclipse
- vaadin
- JavaScript
- IntelliJ
- R
- 공정능력
- SQL
- mybatis
- 보조정렬
- SSL
- MSSQL
- mapreduce
- es6
- NPM
- Python
- Express
Archives
- Today
- Total
DBILITY
intellij .gitignore 동작이 이상할 때 본문
반응형
project생성 후 .idea를 제외하기 위해 .gitignore에 추가해도 동작이 이상할 때가 있었다.
다음과 같이 조치하였다. 물론 구글링을 통해 알게 되었음.
git rm -r --cached .
git add .
git commit -m "gitignore reconfigure"
반응형
'intellij' 카테고리의 다른 글
intellij react create app error until ver. IDEA 2022.1.1 (0) | 2022.05.17 |
---|---|
intellij spring boot devtools setting (0) | 2022.02.18 |
intellij spring-boot-devtools setting (0) | 2022.01.01 |
intellij typescript auto recompile (0) | 2021.12.24 |
intellij Memory Indicator heap clean? (0) | 2021.12.02 |
Comments