Skip to content

Commit 01e0caf

Browse files
committed
ignore
1 parent 38d66bc commit 01e0caf

File tree

2 files changed

+252
-960
lines changed

2 files changed

+252
-960
lines changed

.gitignore

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,28 @@ Notebook/bakcup/
4444
# ipynb_checkpoints
4545
Notebook/.ipynb_checkpoints/
4646

47-
/*Notebook 폴더의 .ipynb, .md 제외한 모든 파일 ignore*/
47+
# Notebook 폴더의 .ipynb, .md 제외한 모든 파일 ignore
4848
Notebook/*
4949
!Notebook/*.ipynb
5050
!Notebook/*.md
5151

52+
# docs 폴더의 .qmd, .html, .md 제외한 모든 파일 ignore
53+
docs/*
54+
!docs/*.html
55+
!docs/*.qmd
56+
refer!docs/*.md
57+
5258
# docs
53-
docs/refer.html
54-
docs/refer.qmd
55-
docs/refer_files
56-
docs/StartPython.html - 바로 가기.lnk
57-
docs/.ipynb_checkpoints
58-
docs/gif/*
59-
docs/qmd/*
60-
docs/*.sav
61-
docs/*.xlsx
62-
docs/*.csv
63-
docs/cloud.png
64-
docs/speech_moon.txt
65-
docs/DoHyeon-Regular.ttf
59+
# docs/refer.html
60+
# docs/refer.qmd
61+
# docs/refer_files
62+
# docs/StartPython.html - 바로 가기.lnk
63+
# docs/.ipynb_checkpoints
64+
# docs/gif/*
65+
# docs/qmd/*
66+
# docs/*.sav
67+
# docs/*.xlsx
68+
# docs/*.csv
69+
# docs/cloud.png
70+
# docs/speech_moon.txt
71+
# docs/DoHyeon-Regular.ttf

0 commit comments

Comments
 (0)