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