-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (68 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
102 lines (68 loc) · 1.52 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
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
## -- Godot -- ##
# Auto-generated Godot editor/import cache
.godot/
# Godot Export Templates (Please copy from the template: export_presets.cfg.template)
Polytoria/export_presets.cfg
## -- .NET/C# Build Artifacts -- ##
# Compiled output directories
bin/
obj/
# Debug symbol files
*.pdb
# dotnet-trace files
*.nettrace
# User-specific MSBuild overrides
*.csproj.user
# Backup/old project files
*.csproj.old*
# Test result output
TestResults/
## -- IDE & Editor -- ##
# JetBrains Rider
.idea/
*.DotSettings.user
# Visual Studio
.vs/
# Visual Studio Code
.vscode/
*.code-workspace
.history/
# C# Dev Kit language server cache files
*.lscache
## -- Android -- ##
# Generated Android build files (except the manifest)
/Polytoria/android/build/*
# Signing keys
/Polytoria/android/key/*
/Polytoria/keys
## -- Generated/Temporary Files -- ##
# Project-level temp folders
/temp/
/Polytoria/temp/
# Diagnostic and report output
/Polytoria/reports/
/Polytoria/trap/
/Polytoria/client_dump.xml
/Polytoria/dump.tscn
# API reference snapshot
/Polytoria/apiref.json
# Packed/exported scene test files
/Polytoria/test.packed
/Polytoria/test.ptpacked
## -- Sample projects -- ##
# Local world storage for contributors
/Polytoria/samples/worlds/temp
/samples/projects/temp
# .poly folders
.poly/
## -- Launch configrations -- ##
# Local launch profiles
/Polytoria/Properties/launchSettings.json
## -- Exceptions -- ##
# Deeplink plugin's prebuilt binary
!/Polytoria/addons/DeeplinkPlugin/bin/
# Misc
ers
.DS_Store
Thumbs.db
desktop.ini