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

.gitignore - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e84185dc720755fc482e03310cecc7683732b4ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
syntax: glob
*.orig
*.swp
*.gmo
*.in
*.m4
*.pyc
*.pyo
*~
*#

gajim/data/locale

# Cache

__pycache__/
.mypy_cache/
.ruff_cache/

# Build folders

debian_build/
build/
dist/
gajim.egg-info/
win/_build_root
venv/
.venv/
node_modules/
.flatpak-builder

# IDE files

.vscode
*.sublime-project
*.sublime-workspace
.idea