-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitignore
More file actions
188 lines (150 loc) · 2.8 KB
/
Copy path.gitignore
File metadata and controls
188 lines (150 loc) · 2.8 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
compileData.*
# Visual Studio 2015 user specific files
.vs/
/.vs/
# Ignore all files in the .idea folder
.idea/
# Except these files, which can be shared
!.idea/workspace.xml
!.idea/misc.xml
!.idea/modules.xml
!.idea/vcs.xml
!.idea/libraries/
# Ignore IDE-specific settings that should remain local
.idea/dictionaries/
.idea/inspectionProfiles/
.idea/shelf/
.idea/tasks/
.idea/httpRequests/
# Ignore logs and caches
.idea/dataSources/
.idea/dataSources.local/
.idea/sqlDataSources.xml
.idea/dataSources.ids
.idea/caches/
.idea/jsLibraryMappings.xml
# Ignore project-specific files generated by plugins
.idea/**/target/
.idea/**/out/
.idea/**/build/
# Ignore custom settings for run/debug configurations
.idea/runConfigurations/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Benchmark Results
BenchmarkDotNet.Artifacts/
# Chutzpah Test files
_Chutzpah*
# Guidance Automation Toolkit
*.gpState
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.ipa
# These project files can be generated by the engine
*.xcodeproj
*.xcworkspace
*.sln
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb
.vsconfig
# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
!Binaries/*/steam_appid.txt
Binaries/*
/Binaries/*
Plugins/*/Binaries/*
# Builds
Build/*
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt
# Don't ignore icon files in Build
!Build/**/*.ico
# Built data for maps
*_BuiltData.uasset
# Configuration files generated by the Editor
Saved/*
# Compiled source files for the engine to use
Intermediate/*
Plugins/*/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*
LocalDerivedDataCache/*
# Lyra Plugins
Plugins/AsyncMixin/*
Plugins/CommonGame/*
Plugins/CommonLoadingScreen/*
Plugins/CommonUser/*
Plugins/ModularGameplayActors/*
Plugins/UIExtension/*
# EOS Artifacts Config file
/Config/EOSSettings.ini