mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-13 22:13:58 +00:00
* Create developer docs * Remove mike dependency * Update docs * Make docs/dev self-contained * Add incomplete deploy-dev-docs workflow * Fix typo * Add workflow file to path: * Add doxygen as dependency * Add remaining deploy steps * Add working-directory * Fix working-directory error * Add missing Makefile * Change flameshot website repo url * Change working-directory for safety step * Add git credentials * Change push credentials * Use different token secret * Remove checkpoints * Add separate branch developer-docs * Add || true * Update docs * Update the 'Maintaining the documentation' docs * Fix error in deploy-dev-docs workflow * Remove accidentally committed file DOC.md * Update PAT expiry date * Rename developer-docs branch to dev-docs-staging
78 lines
729 B
Plaintext
78 lines
729 B
Plaintext
# common
|
|
|
|
.idea
|
|
.cache
|
|
# C++ objects and libs
|
|
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Qt-es
|
|
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.qbs.user
|
|
*.qbs.user.*
|
|
*.moc
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
Makefile*
|
|
*build-*
|
|
*.qm
|
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
|
|
|
# QtCtreator Qml
|
|
*.qmlproject.user
|
|
*.qmlproject.user.*
|
|
|
|
# QtCtreator CMake
|
|
CMakeLists.txt.user
|
|
|
|
# python
|
|
venv/*
|
|
|
|
# Created by https://www.gitignore.io/api/snapcraft
|
|
|
|
### Snapcraft ###
|
|
# Snapcraft
|
|
parts/
|
|
prime/
|
|
stage/
|
|
*.snap
|
|
.snapcraft/
|
|
flameshot*.tar.bz2
|
|
|
|
.vscode/
|
|
build/
|
|
data/flatpak/.flatpak-builder
|
|
# NVIM
|
|
*~
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
.run
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# End of https://www.gitignore.io/api/snapcraft
|
|
|
|
#MacOS Crap
|
|
.DS_Store
|
|
|
|
# Miscellaneous
|
|
!docs/dev/Makefile
|