Files
flameshot/.gitignore
MaeIsBad a1dda59108 Fix nix direnv (#3613)
* Add kguiaddons to shell.nix

This package is needed to compile flameshot with USE_WAYLAND_CLIPBOARD

* Add .direnv to gitignore

This directory is automatically created by direnv when evaluating the
.envrc file

---------

Co-authored-by: mae <git@badat.dev>
2024-05-20 18:01:27 +03:00

79 lines
737 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
.direnv