File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ docs /static /* linguist-documentation
12# Auto detect text files
23* text =auto
34
Original file line number Diff line number Diff line change 2626[Ww ][Ii ][Nn ]32 /
2727[Aa ][Rr ][Mm ]/
2828[Aa ][Rr ][Mm ]64 /
29+ build /
2930bld /
3031[Bb ]in /
3132[Oo ]bj /
@@ -405,3 +406,30 @@ tmp/
405406temp /
406407.fsdocs
407408docs /
409+
410+ # ===================================================
411+ # OS files
412+ # ===================================================
413+
414+ # Windows image file caches
415+ Thumbs.db
416+ ehthumbs.db
417+
418+ # Folder config file
419+ Desktop.ini
420+
421+ # Mac desktop service store files
422+ .DS_Store
423+
424+ # ===================================================
425+ # FSharpLint project specific
426+ # ===================================================
427+
428+ # Don't ignore our own task's build directory
429+ ! src /FSharpLint.MSBuild /build /
430+
431+ # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
432+ ! packaging /* /build /
433+
434+ # BenchmarkDotNet Results
435+ tests /FSharpLint.Benchmarks /BenchmarkDotNet.Artifacts
You can’t perform that action at this time.
0 commit comments