-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgitignore.txt
More file actions
52 lines (44 loc) · 1.09 KB
/
gitignore.txt
File metadata and controls
52 lines (44 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
46
47
48
49
50
51
52
# =============== Unity generated folders ================
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Mm]asterServer/
/[Uu]serSettings/
/[Aa]ssets/AssetStoreTools/
# =============== Visual Studio / Rider / VS Code ================
.vs/
*.csproj
*.unityproj
*.sln
*.suo
*.user
*.userprefs
*.pidb
*.booproj
*.nitroj
*.log
*.DS_Store # macOS specific
*.meta # Generally you want to keep .meta files, but if you have issues, sometimes ignoring them helps.
*.pdb
*.opendb
# ================ Other generated files ===================
# Packages
/Packages/manifest.json
/Packages/packages-lock.json
# Local preferences
ProjectSettings/
Assets/Plugins/
Assets/AssetStoreTools/
# ================ Optional ===================
# Crash reports
*.crash
# Cache files
*.cache
# For example, if you use a specific plugin that generates large files
# /Assets/MyPluginData/ß
#================== Photon Fusion ==============
# Photon App ID を含む設定ファイルを無視
Assets/Photon/PhotonUnityNetworking/Resources/PhotonServerSettings.asset
Assets/Photon/Fusion/Resources/FusionAppSettings.asset