forked from planetarium/NineChronicles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
112 lines (92 loc) · 2.56 KB
/
.gitignore
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[Ll]ibrary/
[Ll]ogs/
[Tt]emp/
[Oo]bj/
[Bb]in/
[Bb]uild/
[Bb]uilds/
[Uu]serSettings/
Assets/AssetStoreTools*
# Visual Studio cache directory
.vs/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
/nekoyume/**/*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.opendb
*.vsconfig
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
/nekoyume/Build*
/nekoyume/MacOS*
/k8s/ground-zero/deployment.yaml
.DS_Store
.vscode
.vscode/
.sln.DotSettins
# Rider
/nekoyume/.idea
/nekoyume/Assets/Plugins/Editor/JetBrains*
# Spine
/nekoyume/Assets/Spine Examples*
# Compose
nekoyume/compose/results
# Pseudo commandline options.
/nekoyume/Assets/StreamingAssets/clo.json*
/nekoyume/Assets/StreamingAssets/TestbedCreateAvatar.json*
/nekoyume/Assets/StreamingAssets/TestbedSell.json*
/nekoyume/Assets/StreamingAssets/TestbedWeeklyArena.json*
/nekoyume/Assets/StreamingAssets/clo_test_fixture.json.meta
# UnityTestRunner
/nekoyume/Assets/InitTestscene*.unity*
/nekoyume/Assets/StreamingAsset/clo_copy.json
/nekoyume/test_*
# AddressableAssets
# 꼭 필요한 설정파일 이외에 에셋 빌드로 생성되는 불특정 파일들 모두를 무시하기 위해서 아래처럼 설정함.
/nekoyume/Assets/AddressableAssetsData/
!nekoyume/Assets/AddressableAssetsData/AddressableAssetSettings*
!nekoyume/Assets/AddressableAssetsData/AnalyzeData*
!nekoyume/Assets/AddressableAssetsData/AssetGroups*
!nekoyume/Assets/AddressableAssetsData/AssetGroupTemplates*
!nekoyume/Assets/AddressableAssetsData/DataBuilders*
!nekoyume/Assets/AddressableAssetsData/DefaultObject*
/nekoyume/Assets/StreamingAssets/aa*
# TextMesh Pro
/nekoyume/Assets/TextMesh Pro/Examples & Extras*
# Unity UI Extensions
/nekoyume/Assets/unity-ui-extensions/Examples*
# Personal Assets
/nekoyume/Assets/PersonalAssets*
/nekoyume/Assets/Plugins/CodeStage*
/nekoyume/ProjectSettings/ACTkSettings.asset
# Genesis Block
/nekoyume/Assets/StreamingAssets/genesis-block*
/nekoyume/Assets/StreamingAssets/genesis-block-dev*
# Shared project
shared/bin/*
# Installer Output
Output/
!/.github/**/*
.github/bin/.pack-venv/
# Mixpanel client data
nekoyume/Assets/PackageExtensions/Mixpanel/Resources/MixpanelClientHash.txt
nekoyume/Assets/PackageExtensions/Mixpanel/Resources/MixpanelClientHash.txt.meta
nekoyume/Assets/PackageExtensions/Mixpanel/Resources/MixpanelClientHost.txt
nekoyume/Assets/PackageExtensions/Mixpanel/Resources/MixpanelClientHost.txt.meta
nekoyume/ProjectSettings/MaintainerSettings.asset