Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 520ce22f9c75fbb37c561b1d33f4d9ab39ce9817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax: glob
*.pyc
*.pyo
__pycache__/
*.*~
*~
*#
.vscode
.mypy_cache
*.swp
*.sublime-workspace
*.sublime-project
build/