Skip to content
Snippets Groups Projects
.gitignore 727 B
Newer Older
doc/Doxyfile
### VisualStudioCode ###
.vscode/**/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
**/.history

GeneratedFiles/
x64/
x86/
[wW]in32/
.qmake.stash
debug/
release/
beta/
*.dll
*.qm
nuget.exe
*.autosave
changelog.html
obj/
build/
build-local/
*.vcxproj
*.vcxproj.filters
*qmlcache.qrc
src/app/resources.qrc
src/app/constant/JamiResources.qml
Kateryna Kostiuk's avatar
Kateryna Kostiuk committed

# macOS
.DS_Store

# packaging
.tarball-version
tarballs.manifest
jami-*.tar.gz
extras/packaging/gnu-linux/packages/
.docker-image-*