[github].gitignore에 원하는 파일만 올리기

코드왕·2023년 12월 16일
0
  1. .gitignore 파일을 만든다.
*
!main.py
!window.py
profile
CODE DIVE!

0개의 댓글