forked from PathOfBuildingCommunity/PathOfBuilding-PoE2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (36 loc) · 633 Bytes
/
.gitignore
File metadata and controls
47 lines (36 loc) · 633 Bytes
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
46
47
# Development tools
.idea/
.vs/
.vscode/
*.code-workspace
inspect.lua
# Development files
*.lnk
# Application files
Builds/
*.cfg
Settings.xml
# Testing
luajit/
spec/test_results.log
spec/test_generation.log
src/luacov.stats.out
# Release
manifest-updated.xml
# GGPK Export
src/Export/ggpk/metadata/
src/Export/ggpk/data/
src/Export/ggpk/art/
src/Export/ggpk/*.exe
src/Export/ggpk/*.dll
#tree data
src/TreeData/**/*.scm
src/TreeData/**/*.txt
src/TreeData/**/*.bat
# PoB Trader
*_currency_values.json
# Timeless Jewels
src/Data/TimelessJewelData/*.bin
# Simplegraphic Debugging
runtime/imgui.ini
src/poe_api_response.json