Skip to content

Commit f048e37

Browse files
committed
update gitignore, remove dlls from repo
1 parent bd38405 commit f048e37

File tree

5 files changed

+8
-370
lines changed

5 files changed

+8
-370
lines changed

.gitignore

Lines changed: 8 additions & 370 deletions
Original file line numberDiff line numberDiff line change
@@ -1,371 +1,9 @@
1-
Distribution
2-
.vscode
3-
*.zip
4-
*.mdb
5-
6-
## Ignore Visual Studio temporary files, build results, and
7-
## files generated by popular Visual Studio add-ons.
8-
##
9-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
10-
11-
# User-specific files
12-
*.rsuser
13-
*.suo
14-
*.user
15-
*.userosscache
16-
*.sln.docstates
17-
18-
# User-specific files (MonoDevelop/Xamarin Studio)
19-
*.userprefs
20-
21-
# Mono auto generated files
22-
mono_crash.*
23-
24-
# Build results
25-
[Dd]ebug/
26-
[Dd]ebugPublic/
27-
[Rr]elease/
28-
[Rr]eleases/
29-
x64/
30-
x86/
31-
[Ww][Ii][Nn]32/
32-
[Aa][Rr][Mm]/
33-
[Aa][Rr][Mm]64/
34-
bld/
35-
[Bb]in/
36-
[Oo]bj/
37-
[Ll]og/
38-
[Ll]ogs/
39-
40-
# Visual Studio 2015/2017 cache/options directory
411
.vs/
42-
# Uncomment if you have tasks that create the project's static files in wwwroot
43-
#wwwroot/
44-
45-
# Visual Studio 2017 auto generated files
46-
Generated\ Files/
47-
48-
# MSTest test Results
49-
[Tt]est[Rr]esult*/
50-
[Bb]uild[Ll]og.*
51-
52-
# NUnit
53-
*.VisualState.xml
54-
TestResult.xml
55-
nunit-*.xml
56-
57-
# Build Results of an ATL Project
58-
[Dd]ebugPS/
59-
[Rr]eleasePS/
60-
dlldata.c
61-
62-
# Benchmark Results
63-
BenchmarkDotNet.Artifacts/
64-
65-
# .NET Core
66-
project.lock.json
67-
project.fragment.lock.json
68-
artifacts/
69-
70-
# ASP.NET Scaffolding
71-
ScaffoldingReadMe.txt
72-
73-
# StyleCop
74-
StyleCopReport.xml
75-
76-
# Files built by Visual Studio
77-
*_i.c
78-
*_p.c
79-
*_h.h
80-
*.ilk
81-
*.meta
82-
*.obj
83-
*.iobj
84-
*.pch
85-
*.pdb
86-
*.ipdb
87-
*.pgc
88-
*.pgd
89-
*.rsp
90-
*.sbr
91-
*.tlb
92-
*.tli
93-
*.tlh
94-
*.tmp
95-
*.tmp_proj
96-
*_wpftmp.csproj
97-
*.log
98-
*.vspscc
99-
*.vssscc
100-
.builds
101-
*.pidb
102-
*.svclog
103-
*.scc
104-
105-
# Chutzpah Test files
106-
_Chutzpah*
107-
108-
# Visual C++ cache files
109-
ipch/
110-
*.aps
111-
*.ncb
112-
*.opendb
113-
*.opensdf
114-
*.sdf
115-
*.cachefile
116-
*.VC.db
117-
*.VC.VC.opendb
118-
119-
# Visual Studio profiler
120-
*.psess
121-
*.vsp
122-
*.vspx
123-
*.sap
124-
125-
# Visual Studio Trace Files
126-
*.e2e
127-
128-
# TFS 2012 Local Workspace
129-
$tf/
130-
131-
# Guidance Automation Toolkit
132-
*.gpState
133-
134-
# ReSharper is a .NET coding add-in
135-
_ReSharper*/
136-
*.[Rr]e[Ss]harper
137-
*.DotSettings.user
138-
139-
# TeamCity is a build add-in
140-
_TeamCity*
141-
142-
# DotCover is a Code Coverage Tool
143-
*.dotCover
144-
145-
# AxoCover is a Code Coverage Tool
146-
.axoCover/*
147-
!.axoCover/settings.json
148-
149-
# Coverlet is a free, cross platform Code Coverage Tool
150-
coverage*.json
151-
coverage*.xml
152-
coverage*.info
153-
154-
# Visual Studio code coverage results
155-
*.coverage
156-
*.coveragexml
157-
158-
# NCrunch
159-
_NCrunch_*
160-
.*crunch*.local.xml
161-
nCrunchTemp_*
162-
163-
# MightyMoose
164-
*.mm.*
165-
AutoTest.Net/
166-
167-
# Web workbench (sass)
168-
.sass-cache/
169-
170-
# Installshield output folder
171-
[Ee]xpress/
172-
173-
# DocProject is a documentation generator add-in
174-
DocProject/buildhelp/
175-
DocProject/Help/*.HxT
176-
DocProject/Help/*.HxC
177-
DocProject/Help/*.hhc
178-
DocProject/Help/*.hhk
179-
DocProject/Help/*.hhp
180-
DocProject/Help/Html2
181-
DocProject/Help/html
182-
183-
# Click-Once directory
184-
publish/
185-
186-
# Publish Web Output
187-
*.[Pp]ublish.xml
188-
*.azurePubxml
189-
# Note: Comment the next line if you want to checkin your web deploy settings,
190-
# but database connection strings (with potential passwords) will be unencrypted
191-
*.pubxml
192-
*.publishproj
193-
194-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
195-
# checkin your Azure Web App publish settings, but sensitive information contained
196-
# in these scripts will be unencrypted
197-
PublishScripts/
198-
199-
# NuGet Packages
200-
*.nupkg
201-
# NuGet Symbol Packages
202-
*.snupkg
203-
# The packages folder can be ignored because of Package Restore
204-
**/[Pp]ackages/*
205-
# except build/, which is used as an MSBuild target.
206-
!**/[Pp]ackages/build/
207-
# Uncomment if necessary however generally it will be regenerated when needed
208-
#!**/[Pp]ackages/repositories.config
209-
# NuGet v3's project.json files produces more ignorable files
210-
*.nuget.props
211-
*.nuget.targets
212-
213-
# Microsoft Azure Build Output
214-
csx/
215-
*.build.csdef
216-
217-
# Microsoft Azure Emulator
218-
ecf/
219-
rcf/
220-
221-
# Windows Store app package directories and files
222-
AppPackages/
223-
BundleArtifacts/
224-
Package.StoreAssociation.xml
225-
_pkginfo.txt
226-
*.appx
227-
*.appxbundle
228-
*.appxupload
229-
230-
# Visual Studio cache files
231-
# files ending in .cache can be ignored
232-
*.[Cc]ache
233-
# but keep track of directories ending in .cache
234-
!?*.[Cc]ache/
235-
236-
# Others
237-
ClientBin/
238-
~$*
239-
*~
240-
*.dbmdl
241-
*.dbproj.schemaview
242-
*.jfm
243-
*.pfx
244-
*.publishsettings
245-
orleans.codegen.cs
246-
247-
# Including strong name files can present a security risk
248-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
249-
#*.snk
250-
251-
# Since there are multiple workflows, uncomment next line to ignore bower_components
252-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
253-
#bower_components/
254-
255-
# RIA/Silverlight projects
256-
Generated_Code/
257-
258-
# Backup & report files from converting an old project file
259-
# to a newer Visual Studio version. Backup files are not needed,
260-
# because we have git ;-)
261-
_UpgradeReport_Files/
262-
Backup*/
263-
UpgradeLog*.XML
264-
UpgradeLog*.htm
265-
ServiceFabricBackup/
266-
*.rptproj.bak
267-
268-
# SQL Server files
269-
*.mdf
270-
*.ldf
271-
*.ndf
272-
273-
# Business Intelligence projects
274-
*.rdl.data
275-
*.bim.layout
276-
*.bim_*.settings
277-
*.rptproj.rsuser
278-
*- [Bb]ackup.rdl
279-
*- [Bb]ackup ([0-9]).rdl
280-
*- [Bb]ackup ([0-9][0-9]).rdl
281-
282-
# Microsoft Fakes
283-
FakesAssemblies/
284-
285-
# GhostDoc plugin setting file
286-
*.GhostDoc.xml
287-
288-
# Node.js Tools for Visual Studio
289-
.ntvs_analysis.dat
290-
node_modules/
291-
292-
# Visual Studio 6 build log
293-
*.plg
294-
295-
# Visual Studio 6 workspace options file
296-
*.opt
297-
298-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
299-
*.vbw
300-
301-
# Visual Studio LightSwitch build output
302-
**/*.HTMLClient/GeneratedArtifacts
303-
**/*.DesktopClient/GeneratedArtifacts
304-
**/*.DesktopClient/ModelManifest.xml
305-
**/*.Server/GeneratedArtifacts
306-
**/*.Server/ModelManifest.xml
307-
_Pvt_Extensions
308-
309-
# Paket dependency manager
310-
.paket/paket.exe
311-
paket-files/
312-
313-
# FAKE - F# Make
314-
.fake/
315-
316-
# CodeRush personal settings
317-
.cr/personal
318-
319-
# Python Tools for Visual Studio (PTVS)
320-
__pycache__/
321-
*.pyc
322-
323-
# Cake - Uncomment if you are using it
324-
# tools/**
325-
# !tools/packages.config
326-
327-
# Tabs Studio
328-
*.tss
329-
330-
# Telerik's JustMock configuration file
331-
*.jmconfig
332-
333-
# BizTalk build output
334-
*.btp.cs
335-
*.btm.cs
336-
*.odx.cs
337-
*.xsd.cs
338-
339-
# OpenCover UI analysis results
340-
OpenCover/
341-
342-
# Azure Stream Analytics local run output
343-
ASALocalRun/
344-
345-
# MSBuild Binary and Structured Log
346-
*.binlog
347-
348-
# NVidia Nsight GPU debugger configuration file
349-
*.nvuser
350-
351-
# MFractors (Xamarin productivity tool) working folder
352-
.mfractor/
353-
354-
# Local History for Visual Studio
355-
.localhistory/
356-
357-
# BeatPulse healthcheck temp database
358-
healthchecksdb
359-
360-
# Backup folder for Package Reference Convert tool in Visual Studio 2017
361-
MigrationBackup/
362-
363-
# Ionide (cross platform F# VS Code tools) working folder
364-
.ionide/
365-
366-
# Fody - auto-generated XML schema
367-
FodyWeavers.xsd
368-
/Source/Unity/RSE_Assets/Temp
369-
/Source/Unity/RSE_Assets/Library/ScriptAssemblies/*.dll
370-
/Source/Unity/RSE_Assets/Library
371-
/Source/Unity/RSE_Testing
2+
bin/
3+
obj/
4+
Releases/
5+
*.user
6+
GameData/RocketSoundEnhancement/RocketSoundEnhancement.dll
7+
GameData/RocketSoundEnhancement/RocketSoundEnhancement.pdb
8+
GameData/RocketSoundEnhancement/RocketSoundEnhancement.Unity.dll
9+
GameData/RocketSoundEnhancement/RocketSoundEnhancement.Unity.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)