We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1057d38 commit 9eba8e2Copy full SHA for 9eba8e2
1 file changed
.gitignore
@@ -1,15 +1,28 @@
1
-*.pyc
+# VCS conflicts
2
*.orig
3
*.rej
4
-*.desktop
5
-*.install
6
-data/appdata.xml
7
-data/mime/meld.xml
8
-.cache/
+
+# Byte compiled Python files
+__pycache__/
+*.pyc
9
+# Compiled resources
10
+data/gschemas.compiled
11
12
+# External tooling caches
13
.flatpak-builder/
14
.mypy_cache/
-build
-dist
-MANIFEST
-data/gschemas.compiled
15
+.pytest_cache/
16
17
+# Build & distribution artifacts
18
build/
19
+dist/
20
+MANIFEST
21
22
+# Special project build artifacts
23
+*-installed
24
25
+# Files created from intltool .in templates
26
+*.desktop
27
+data/appdata.xml
28
+data/mime/meld.xml
0 commit comments