mirror of https://github.com/testerSunshine/12306
增加docker忽略文件,减少不必要的文件打包
parent
109967ca70
commit
ced815e7c2
|
@ -0,0 +1,9 @@
|
|||
**/*.html
|
||||
**/*.pyc
|
||||
**/*.yaml
|
||||
**/*.log
|
||||
**/*~
|
||||
**/.DS_Store
|
||||
**/Thumbs.db
|
||||
.idea/
|
||||
.git/
|
Loading…
Reference in New Issue