Skip to content

Commit 9690046

Browse files
committed
Create .gitignore
1 parent bb987d9 commit 9690046

File tree

1 file changed

+351
-0
lines changed

1 file changed

+351
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)