Skip to content

Commit 71a44dd

Browse files
committed
chore(git): migrate some settings from the old .gitignore
1 parent ffedbf2 commit 71a44dd

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
docs/static/* linguist-documentation
12
# Auto detect text files
23
* text=auto
34

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ x86/
2626
[Ww][Ii][Nn]32/
2727
[Aa][Rr][Mm]/
2828
[Aa][Rr][Mm]64/
29+
build/
2930
bld/
3031
[Bb]in/
3132
[Oo]bj/
@@ -405,3 +406,30 @@ tmp/
405406
temp/
406407
.fsdocs
407408
docs/
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

0 commit comments

Comments
 (0)