10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
# .gitignore
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# 環境變數
|
|
.env
|
|
.env.*
|
|
!.env.example
|