Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- aws
- Eclipse
- 자바
- Java
- GitHub
- JPA
- error
- 에러
- Vue
- 생성
- Git
- jquery
- mybatis
- JavaScript
- db
- 방법
- 프로그래머스
- 함수
- 쿼리
- oracle
- IntelliJ
- 알고리즘
- 넥사크로
- 코틀린
- 시큐리티
- Spring
- 오라클
- Security
- kotlin
- 스프링
Archives
- Today
- Total
목록gitignore (1)
송민준의 개발노트

1. ".gitignore"? Project에 원하지 않은 파일들을 Git에서 제외시킬수 있는 설정 파일 2. 최상위 Directory에 존재해야 함. 3. 깃헙 접속 -> 로그인 4. 저장소 이동 - > Create new file 5. .gitignore 입력 6. choose .gitignore 버튼에서 Java 선택 # 확장자 html인 파일 *.html # home.html 파일 제외 !home.html 7. 전부 작성 후 Commit new file 클릭 * https://www.gitignore.io gitignore.io Create useful .gitignore files for your project www.gitignore.io - 접속후 키워드 입력 후 생성 ---------번외
웹/환경설정(setting)
2020. 1. 31. 17:18