You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
944 B
47 lines
944 B
# System files |
|
*.app |
|
*.DS_Store |
|
|
|
# Editor files |
|
.*.sw? |
|
*~ |
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects) |
|
vendor |
|
|
|
# Test files |
|
godog.test |
|
debug.test |
|
coverage.html |
|
|
|
# Run files |
|
mem.pprof |
|
|
|
# Auto generated frontend |
|
internal/frontend/qml/BridgeUI/*.qmlc |
|
internal/frontend/qml/ImportExportUI/*.qmlc |
|
internal/frontend/qml/ProtonUI/*.qmlc |
|
internal/frontend/qml/ProtonUI/fontawesome.ttf |
|
internal/frontend/qml/ProtonUI/images |
|
internal/frontend/qml/ImportExportUI/images |
|
frontend/qml/*.qmlc |
|
|
|
# Build files |
|
bridge_darwin_*.tgz |
|
cmd/Desktop-Bridge/deploy |
|
cmd/Import-Export/deploy |
|
internal/frontend/qt*/moc.cpp |
|
internal/frontend/qt*/moc.go |
|
internal/frontend/qt*/moc.h |
|
internal/frontend/qt*/moc_cgo_*.go |
|
internal/frontend/qt*/moc_moc.h |
|
internal/frontend/qt*/rcc.cpp |
|
internal/frontend/qt*/rcc.qrc |
|
internal/frontend/qt*/rcc_cgo_*.go |
|
|
|
internal/frontend/rcc.cpp |
|
internal/frontend/rcc.qrc |
|
internal/frontend/rcc_cgo_*.go |
|
vendor-cache/ |
|
|
|
/main.go
|
|
|