Skip to content

Commit

Permalink
request(git): Update .gitignore (azerothcore#20748)
Browse files Browse the repository at this point in the history
Update .gitignore

Ignores .vs (Visual Studio) and /out/* (Default build directory when unspecified (Visual Studio).)
  • Loading branch information
SubstituteR authored Dec 3, 2024
1 parent b6a4ece commit 97937d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

!.gitkeep

# default build directory if not specified by CMAKE configuration
/out/*

#
#Generic
#
Expand Down Expand Up @@ -63,6 +66,7 @@ nbproject/
.idea
cmake-build-*/*
coverage-report/
.vs

#
# Eclipse
Expand Down

0 comments on commit 97937d1

Please sign in to comment.