Skip to content

Commit 72a7b55

Browse files
committed
Move template stuff to root
1 parent 789611b commit 72a7b55

4 files changed

Lines changed: 291 additions & 0 deletions

File tree

CrowdedMod.HostOnlyKick/.github/workflows/main.yml renamed to .github/workflows/main.yml

File renamed without changes.

.gitignore

Lines changed: 291 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,291 @@
1+
.idea
2+
3+
## Ignore Visual Studio temporary files, build results, and
4+
## files generated by popular Visual Studio add-ons.
5+
##
6+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
7+
8+
# User-specific files
9+
*.suo
10+
*.user
11+
*.userosscache
12+
*.sln.docstates
13+
14+
# User-specific files (MonoDevelop/Xamarin Studio)
15+
*.userprefs
16+
17+
# Build results
18+
[Dd]ebug/
19+
[Dd]ebugPublic/
20+
[Rr]elease/
21+
x64/
22+
x86/
23+
bld/
24+
[Bb]in/
25+
[Oo]bj/
26+
[Ll]og/
27+
28+
# Visual Studio 2015 cache/options directory
29+
.vs/
30+
# Uncomment if you have tasks that create the project's static files in wwwroot
31+
#wwwroot/
32+
33+
# MSTest test Results
34+
[Tt]est[Rr]esult*/
35+
[Bb]uild[Ll]og.*
36+
37+
# NUNIT
38+
*.VisualState.xml
39+
TestResult.xml
40+
41+
# Build Results of an ATL Project
42+
[Dd]ebugPS/
43+
[Rr]eleasePS/
44+
dlldata.c
45+
46+
# .NET Core
47+
project.lock.json
48+
project.fragment.lock.json
49+
artifacts/
50+
**/Properties/launchSettings.json
51+
52+
# VS Code
53+
.vscode/
54+
55+
*_i.c
56+
*_p.c
57+
*_i.h
58+
*.ilk
59+
*.meta
60+
*.obj
61+
*.pch
62+
*.pdb
63+
*.pgc
64+
*.pgd
65+
*.rsp
66+
*.sbr
67+
*.tlb
68+
*.tli
69+
*.tlh
70+
*.tmp
71+
*.tmp_proj
72+
*.log
73+
*.vspscc
74+
*.vssscc
75+
.builds
76+
*.pidb
77+
*.svclog
78+
*.scc
79+
80+
# Chutzpah Test files
81+
_Chutzpah*
82+
83+
# Visual C++ cache files
84+
ipch/
85+
*.aps
86+
*.ncb
87+
*.opendb
88+
*.opensdf
89+
*.sdf
90+
*.cachefile
91+
*.VC.db
92+
*.VC.VC.opendb
93+
94+
# Visual Studio profiler
95+
*.psess
96+
*.vsp
97+
*.vspx
98+
*.sap
99+
100+
# TFS 2012 Local Workspace
101+
$tf/
102+
103+
# Guidance Automation Toolkit
104+
*.gpState
105+
106+
# ReSharper is a .NET coding add-in
107+
_ReSharper*/
108+
*.[Rr]e[Ss]harper
109+
*.DotSettings.user
110+
111+
# JustCode is a .NET coding add-in
112+
.JustCode
113+
114+
# TeamCity is a build add-in
115+
_TeamCity*
116+
117+
# DotCover is a Code Coverage Tool
118+
*.dotCover
119+
120+
# Visual Studio code coverage results
121+
*.coverage
122+
*.coveragexml
123+
124+
# NCrunch
125+
_NCrunch_*
126+
.*crunch*.local.xml
127+
nCrunchTemp_*
128+
129+
# MightyMoose
130+
*.mm.*
131+
AutoTest.Net/
132+
133+
# Web workbench (sass)
134+
.sass-cache/
135+
136+
# Installshield output folder
137+
[Ee]xpress/
138+
139+
# DocProject is a documentation generator add-in
140+
DocProject/buildhelp/
141+
DocProject/Help/*.HxT
142+
DocProject/Help/*.HxC
143+
DocProject/Help/*.hhc
144+
DocProject/Help/*.hhk
145+
DocProject/Help/*.hhp
146+
DocProject/Help/Html2
147+
DocProject/Help/html
148+
149+
# Click-Once directory
150+
publish/
151+
152+
# Publish Web Output
153+
*.[Pp]ublish.xml
154+
*.azurePubxml
155+
# TODO: Comment the next line if you want to checkin your web deploy settings
156+
# but database connection strings (with potential passwords) will be unencrypted
157+
*.pubxml
158+
*.publishproj
159+
160+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
161+
# checkin your Azure Web App publish settings, but sensitive information contained
162+
# in these scripts will be unencrypted
163+
PublishScripts/
164+
165+
# NuGet Packages
166+
*.nupkg
167+
# The packages folder can be ignored because of Package Restore
168+
**/packages/*
169+
# except build/, which is used as an MSBuild target.
170+
!**/packages/build/
171+
# Uncomment if necessary however generally it will be regenerated when needed
172+
#!**/packages/repositories.config
173+
# NuGet v3's project.json files produces more ignorable files
174+
*.nuget.props
175+
*.nuget.targets
176+
177+
# Microsoft Azure Build Output
178+
csx/
179+
*.build.csdef
180+
181+
# Microsoft Azure Emulator
182+
ecf/
183+
rcf/
184+
185+
# Windows Store app package directories and files
186+
AppPackages/
187+
BundleArtifacts/
188+
Package.StoreAssociation.xml
189+
_pkginfo.txt
190+
191+
# Visual Studio cache files
192+
# files ending in .cache can be ignored
193+
*.[Cc]ache
194+
# but keep track of directories ending in .cache
195+
!*.[Cc]ache/
196+
197+
# Others
198+
ClientBin/
199+
~$*
200+
*~
201+
*.dbmdl
202+
*.dbproj.schemaview
203+
*.jfm
204+
*.pfx
205+
*.publishsettings
206+
orleans.codegen.cs
207+
208+
# Since there are multiple workflows, uncomment next line to ignore bower_components
209+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
210+
#bower_components/
211+
212+
# RIA/Silverlight projects
213+
Generated_Code/
214+
215+
# Backup & report files from converting an old project file
216+
# to a newer Visual Studio version. Backup files are not needed,
217+
# because we have git ;-)
218+
_UpgradeReport_Files/
219+
Backup*/
220+
UpgradeLog*.XML
221+
UpgradeLog*.htm
222+
223+
# SQL Server files
224+
*.mdf
225+
*.ldf
226+
227+
# Business Intelligence projects
228+
*.rdl.data
229+
*.bim.layout
230+
*.bim_*.settings
231+
232+
# Microsoft Fakes
233+
FakesAssemblies/
234+
235+
# GhostDoc plugin setting file
236+
*.GhostDoc.xml
237+
238+
# Node.js Tools for Visual Studio
239+
.ntvs_analysis.dat
240+
node_modules/
241+
242+
# Typescript v1 declaration files
243+
typings/
244+
245+
# Visual Studio 6 build log
246+
*.plg
247+
248+
# Visual Studio 6 workspace options file
249+
*.opt
250+
251+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
252+
*.vbw
253+
254+
# Visual Studio LightSwitch build output
255+
**/*.HTMLClient/GeneratedArtifacts
256+
**/*.DesktopClient/GeneratedArtifacts
257+
**/*.DesktopClient/ModelManifest.xml
258+
**/*.Server/GeneratedArtifacts
259+
**/*.Server/ModelManifest.xml
260+
_Pvt_Extensions
261+
262+
# Paket dependency manager
263+
.paket/paket.exe
264+
paket-files/
265+
266+
# FAKE - F# Make
267+
.fake/
268+
269+
# JetBrains Rider
270+
.idea/
271+
*.sln.iml
272+
273+
# CodeRush
274+
.cr/
275+
276+
# Python Tools for Visual Studio (PTVS)
277+
__pycache__/
278+
*.pyc
279+
280+
# Cake - Uncomment if you are using it
281+
# tools/**
282+
# !tools/packages.config
283+
284+
# Telerik's JustMock configuration file
285+
*.jmconfig
286+
287+
# BizTalk build output
288+
*.btp.cs
289+
*.btm.cs
290+
*.odx.cs
291+
*.xsd.cs

0 commit comments

Comments
 (0)