22 lines
188 B
Plaintext
22 lines
188 B
Plaintext
# Binaries
|
|
/lunch
|
|
*.exe
|
|
*.exe~
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Ignore common editor/system specific metadata
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.swp
|
|
.cache/
|
|
|
|
# DUB
|
|
.dub
|
|
|
|
# Ignore testing script
|
|
/test
|