-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (40 loc) · 1.09 KB
/
Copy path.gitignore
File metadata and controls
45 lines (40 loc) · 1.09 KB
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
42
43
44
45
# Runtime data — local to each install, never commit
state.json
.nexus_cache/
# Game profile directories — only track profile JSONs and placeholder files.
# The broad rule catches loose mod folders placed directly in the profile root
# (not just inside mods/) as well as everything else that isn't the app.
game_profiles/*/*
!game_profiles/*/*.json
game_profiles/*/state.json
!game_profiles/*/mods/
game_profiles/*/mods/*
!game_profiles/*/mods/The program will place extracted mods here.txt
!game_profiles/*/compressed/
game_profiles/*/compressed/*
!game_profiles/*/compressed/Place Nexus Mods downloads here NO RENAME.txt
!game_profiles/*/compressed-disabled/
game_profiles/*/compressed-disabled/*
!game_profiles/*/compressed-disabled/Script places unloadable (conflicts) mods here.txt
# Side scripts / utilities not part of the application
bodygen_convert.py
FO4BodySlidePresetsToBodyGen/
temp/
# Python virtual environment
.venv/
# Python cache
__pycache__/
*.pyc
*.pyo
# Editor / OS
.DS_Store
*.swp
*~
*.zip
*.tar.gz
*.7z
*.rar
config.json
.claude/
build/
dist/