A game framework written with osu! in mind.
1## Ignore Visual Studio temporary files, build results, and
2## files generated by popular Visual Studio add-ons.
3
4# User-specific files
5*.suo
6*.user
7*.userosscache
8*.sln.docstates
9
10# User-specific files (MonoDevelop/Xamarin Studio)
11*.userprefs
12
13# Build results
14[Dd]ebug/
15[Dd]ebugPublic/
16[Rr]elease/
17[Rr]eleases/
18bld/
19[Bb]in/
20[Oo]bj/
21[Ll]og/
22
23# Visual Studio 2015 cache/options directory
24.vs/
25# Uncomment if you have tasks that create the project's static files in wwwroot
26#wwwroot/
27
28# MSTest test Results
29[Tt]est[Rr]esult*/
30[Bb]uild[Ll]og.*
31
32# NUNIT
33*.VisualState.xml
34TestResult.xml
35
36# Build Results of an ATL Project
37[Dd]ebugPS/
38[Rr]eleasePS/
39dlldata.c
40
41# DNX
42project.lock.json
43project.fragment.lock.json
44artifacts/
45
46*_i.c
47*_p.c
48*_i.h
49*.ilk
50*.meta
51*.obj
52*.pch
53*.pdb
54*.pgc
55*.pgd
56*.rsp
57*.sbr
58*.tlb
59*.tli
60*.tlh
61*.tmp
62*.tmp_proj
63*.log
64*.vspscc
65*.vssscc
66.builds
67*.pidb
68*.svclog
69*.scc
70
71# Chutzpah Test files
72_Chutzpah*
73
74# Visual C++ cache files
75ipch/
76*.aps
77*.ncb
78*.opendb
79*.opensdf
80*.sdf
81*.cachefile
82*.VC.db
83*.VC.VC.opendb
84
85# Visual Studio profiler
86*.psess
87*.vsp
88*.vspx
89*.sap
90
91# TFS 2012 Local Workspace
92$tf/
93
94# Guidance Automation Toolkit
95*.gpState
96
97# ReSharper is a .NET coding add-in
98_ReSharper*/
99*.[Rr]e[Ss]harper
100*.DotSettings.user
101
102# JustCode is a .NET coding add-in
103.JustCode
104
105# TeamCity is a build add-in
106_TeamCity*
107
108# DotCover is a Code Coverage Tool
109*.dotCover
110
111# NCrunch
112_NCrunch_*
113.*crunch*.local.xml
114nCrunchTemp_*
115
116# MightyMoose
117*.mm.*
118AutoTest.Net/
119
120# Web workbench (sass)
121.sass-cache/
122
123# Installshield output folder
124[Ee]xpress/
125
126# DocProject is a documentation generator add-in
127DocProject/buildhelp/
128DocProject/Help/*.HxT
129DocProject/Help/*.HxC
130DocProject/Help/*.hhc
131DocProject/Help/*.hhk
132DocProject/Help/*.hhp
133DocProject/Help/Html2
134DocProject/Help/html
135
136# Click-Once directory
137publish/
138
139# Publish Web Output
140*.[Pp]ublish.xml
141*.azurePubxml
142# TODO: Comment the next line if you want to checkin your web deploy settings
143# but database connection strings (with potential passwords) will be unencrypted
144*.pubxml
145*.publishproj
146
147# Microsoft Azure Web App publish settings. Comment the next line if you want to
148# checkin your Azure Web App publish settings, but sensitive information contained
149# in these scripts will be unencrypted
150PublishScripts/
151
152# NuGet Packages
153*.nupkg
154# The packages folder can be ignored because of Package Restore
155**/packages/*
156# except build/, which is used as an MSBuild target.
157!**/packages/build/
158# Uncomment if necessary however generally it will be regenerated when needed
159#!**/packages/repositories.config
160# NuGet v3's project.json files produces more ignoreable files
161*.nuget.props
162*.nuget.targets
163
164# Microsoft Azure Build Output
165csx/
166*.build.csdef
167
168# Microsoft Azure Emulator
169ecf/
170rcf/
171
172# Windows Store app package directories and files
173AppPackages/
174BundleArtifacts/
175Package.StoreAssociation.xml
176_pkginfo.txt
177
178# Visual Studio cache files
179# files ending in .cache can be ignored
180*.[Cc]ache
181# but keep track of directories ending in .cache
182!*.[Cc]ache/
183
184# Others
185ClientBin/
186~$*
187*~
188*.dbmdl
189*.dbproj.schemaview
190*.pfx
191*.publishsettings
192node_modules/
193orleans.codegen.cs
194Resource.designer.cs
195
196# Since there are multiple workflows, uncomment next line to ignore bower_components
197# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
198#bower_components/
199
200# RIA/Silverlight projects
201Generated_Code/
202
203# Backup & report files from converting an old project file
204# to a newer Visual Studio version. Backup files are not needed,
205# because we have git ;-)
206_UpgradeReport_Files/
207Backup*/
208UpgradeLog*.XML
209UpgradeLog*.htm
210
211# SQL Server files
212*.mdf
213*.ldf
214
215# Business Intelligence projects
216*.rdl.data
217*.bim.layout
218*.bim_*.settings
219
220# Microsoft Fakes
221FakesAssemblies/
222
223# GhostDoc plugin setting file
224*.GhostDoc.xml
225
226# Node.js Tools for Visual Studio
227.ntvs_analysis.dat
228
229# Visual Studio 6 build log
230*.plg
231
232# Visual Studio 6 workspace options file
233*.opt
234
235# Visual Studio LightSwitch build output
236**/*.HTMLClient/GeneratedArtifacts
237**/*.DesktopClient/GeneratedArtifacts
238**/*.DesktopClient/ModelManifest.xml
239**/*.Server/GeneratedArtifacts
240**/*.Server/ModelManifest.xml
241_Pvt_Extensions
242
243# Paket dependency manager
244.paket/paket.exe
245paket-files/
246
247# FAKE - F# Make
248.fake/
249
250# Python Tools for Visual Studio (PTVS)
251__pycache__/
252*.pyc
253
254# Cake #
255/tools/**
256/build/tools/**
257/build/temp/**
258
259# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
260# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
261
262# Gradle
263.idea/**/gradle.xml
264.idea/**/libraries
265
266# Gradle and Maven with auto-import
267# When using Gradle or Maven with auto-import, you should exclude module files,
268# since they will be recreated, and may cause churn. Uncomment if using
269# auto-import.
270.idea/modules.xml
271.idea/*.iml
272.idea/modules
273*.iml
274*.ipr
275
276# CMake
277cmake-build-*/
278
279# Mongo Explorer plugin
280.idea/**/mongoSettings.xml
281
282# File-based project format
283*.iws
284
285# IntelliJ
286out/
287
288# mpeltonen/sbt-idea plugin
289.idea_modules/
290
291# JIRA plugin
292atlassian-ide-plugin.xml
293
294# Cursive Clojure plugin
295.idea/replstate.xml
296
297# Crashlytics plugin (for Android Studio and IntelliJ)
298com_crashlytics_export_strings.xml
299crashlytics.properties
300crashlytics-build.properties
301fabric.properties
302
303# Android studio 3.1+ serialized cache file
304.idea/caches/build_file_checksums.ser
305
306
307# Common IntelliJ Platform excludes
308# Reference: https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore
309
310# User specific
311**/.idea/**/workspace.xml
312**/.idea/**/tasks.xml
313**/.idea/shelf/*
314**/.idea/dictionaries
315**/.idea/httpRequests/
316**/.idea/**/usage.statistics.xml
317
318# Sensitive or high-churn files
319**/.idea/**/dataSources/
320**/.idea/**/dataSources.ids
321**/.idea/**/dataSources.xml
322**/.idea/**/dataSources.local.xml
323**/.idea/**/sqlDataSources.xml
324**/.idea/**/dynamic.xml
325**/.idea/**/uiDesigner.xml
326**/.idea/**/dbnavigator.xml
327
328# Rider
329# Rider auto-generates .iml files, and contentModel.xml
330**/.idea/**/*.iml
331**/.idea/**/contentModel.xml
332**/.idea/**/modules.xml
333
334*GeneratedMSBuildEditorConfig*