16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
# white listで管理するため、一旦、全てを無視
|
|
*
|
|
!*/
|
|
|
|
# white listの定義
|
|
!.git/*
|
|
!.gitignore
|
|
!Readme.html
|
|
!Readme.org
|
|
!xls2ternary.py
|
|
!test.xlsx
|
|
!a.png
|
|
!b.png
|
|
!copy.sh
|
|
|