57 lines
804 B
Plaintext
57 lines
804 B
Plaintext
/Status
|
|
/data
|
|
noBackup/
|
|
.idea
|
|
*.pro.user
|
|
*.pro.autosave
|
|
*.qml.autosave
|
|
*.log
|
|
.update.timestamp
|
|
.vscode
|
|
.tours
|
|
bin/
|
|
/bottles/
|
|
pkg/
|
|
vendor/.nimble
|
|
*.AppImage
|
|
tmp
|
|
nimcache
|
|
.DS_Store
|
|
nim-status-client*.tgz
|
|
node_modules
|
|
npm-debug.log*
|
|
npm-shrinkwrap.json
|
|
/package/
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.lock
|
|
TODO
|
|
resources.rcc
|
|
ui/resources.qrc
|
|
status-react-translations/
|
|
/.update.timestamp
|
|
notarization.log
|
|
status-desktop.log
|
|
nim_status_client.log
|
|
|
|
|
|
# CPP app =====================================================================
|
|
|
|
|
|
# https://github.com/github/gitignore/blob/master/CMake.gitignore
|
|
CMakeLists.txt.user
|
|
.cache/
|
|
|
|
# QtCreator shadow builds
|
|
build-*/
|
|
|
|
# CMake builds
|
|
build/
|
|
|
|
# https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod |