1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 08:10:26 +08:00
osu-lazer/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

345 lines
5.9 KiB
Plaintext
Raw Permalink Normal View History

2016-08-26 16:22:22 +08:00
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# User-specific files
2016-08-26 11:28:23 +08:00
*.suo
2016-08-26 16:22:22 +08:00
*.user
*.userosscache
*.sln.docstates
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Build results
2019-11-11 10:31:42 +08:00
[Dd]ebug/
2016-08-26 16:22:22 +08:00
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# NUNIT
*.VisualState.xml
TestResult.xml
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# DNX
project.lock.json
project.fragment.lock.json
artifacts/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Chutzpah Test files
_Chutzpah*
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# TFS 2012 Local Workspace
$tf/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Guidance Automation Toolkit
*.gpState
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# JustCode is a .NET coding add-in
.JustCode
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# TeamCity is a build add-in
_TeamCity*
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# DotCover is a Code Coverage Tool
*.dotCover
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# MightyMoose
*.mm.*
AutoTest.Net/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Web workbench (sass)
.sass-cache/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Installshield output folder
[Ee]xpress/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Click-Once directory
publish/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Microsoft Azure Build Output
csx/
*.build.csdef
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Microsoft Azure Emulator
ecf/
rcf/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
2019-01-06 13:48:57 +08:00
Resource.designer.cs
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# RIA/Silverlight projects
Generated_Code/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# SQL Server files
*.mdf
*.ldf
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Microsoft Fakes
FakesAssemblies/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# GhostDoc plugin setting file
*.GhostDoc.xml
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Visual Studio 6 build log
*.plg
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Visual Studio 6 workspace options file
*.opt
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Paket dependency manager
.paket/paket.exe
paket-files/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# FAKE - F# Make
.fake/
2018-04-13 17:19:50 +08:00
2016-08-26 16:22:22 +08:00
# Python Tools for Visual Studio (PTVS)
__pycache__/
2017-02-13 00:02:44 +08:00
*.pyc
2018-08-06 04:26:32 +08:00
2019-11-11 10:31:42 +08:00
# Cake #
/tools/**
/build/tools/**
/build/temp/**
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# fastlane
fastlane/report.xml
# inspectcode
2018-08-06 04:26:32 +08:00
inspectcodereport.xml
2019-11-11 10:31:42 +08:00
inspectcode
2020-01-08 21:55:39 +08:00
# BenchmarkDotNet
/BenchmarkDotNet.Artifacts
*.GeneratedMSBuildEditorConfig.editorconfig
# Fody (pulled in by Realm) - schema file
FodyWeavers.xsd
.idea/.idea.osu.Desktop/.idea/misc.xml
.idea/.idea.osu.Android/.idea/deploymentTargetDropDown.xml