mirror of
https://github.com/go-pay/gopay.git
synced 2026-03-13 09:31:40 +08:00
20 lines
154 B
Plaintext
20 lines
154 B
Plaintext
# idea ignore
|
|
.idea/
|
|
.vscode/
|
|
.vendor/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# system ignore
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# temp ignore
|
|
*.log
|
|
*.cache
|
|
*.diff
|
|
*.exe
|
|
*.patch
|
|
*.tmp
|
|
main |