Skip to content

Commit

Permalink
fix: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Sep 8, 2024
1 parent 6753890 commit 6d908c5
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
/[Dd]ebug/
/[Dd]ebugPublic/
/[Rr]elease/
/[Rr]eleases/
/x64/
/x86/
/[Ww][Ii][Nn]32/
/[Aa][Rr][Mm]/
/[Aa][Rr][Mm]64/
/bld/
/[Bb]in/
/[Oo]bj/
/[Ll]og/
/[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down Expand Up @@ -186,7 +186,7 @@ DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/
/publish/

# Publish Web Output
*.[Pp]ublish.xml
Expand Down Expand Up @@ -509,20 +509,20 @@ $RECYCLE.BIN/
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
/[Dd]ebug/
/[Dd]ebugPublic/
/[Rr]elease/
/[Rr]eleases/
/x64/
/x86/
/[Ww][Ii][Nn]32/
/[Aa][Rr][Mm]/
/[Aa][Rr][Mm]64/
/bld/
/[Bb]in/
/[Oo]bj/
/[Ll]og/
/[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down Expand Up @@ -669,7 +669,7 @@ DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/
/publish/

# Publish Web Output
*.[Pp]ublish.xml
Expand Down

0 comments on commit 6d908c5

Please sign in to comment.