blob: 2e2bc9192f5e0385cd5c4876a6f30d8ebc77b2a0 (
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
38
39
40
41
|
# Build artifacts
build/
build-container/
build-container-2404/
build-container-2404-gcc14/
# Rust build artifacts
target/
# AppImage build artifacts
*.AppImage
# Logs
*.log
# IDE / editor
.vscode/
.idea/
compile_commands.json
.cache/
# OS junk
.DS_Store
Thumbs.db
# AppImage extraction/build leftovers
squashfs-root/
build-source/
flatpak-repo/
*.flatpak
# Python bytecode
__pycache__/
*.pyc
# Generated settings files
fomod-plus-settings.ini
# Nix
.nix-venv/
result
|