forked from golang/hotime
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
|
# goland or idea project configuration
|
||
|
.idea
|
||
|
.DS_Store
|
||
|
|
||
|
# vscode and its go debugger
|
||
|
/.vscode/
|
||
|
/debug
|
||
|
debug.test
|
||
|
|
||
|
# vim temp file
|
||
|
*.swp
|