mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
Update gitignore to include alternate build directories (anything starting with build and VSCode workspaces
Signed-off-by: Haru <haru@dotalux.com>
This commit is contained in:
parent
fcd68e1345
commit
53a0646826
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -44,7 +44,6 @@ Thumbs.db
|
|||
#OSX Xcode project user-sensitive-stuff
|
||||
/DerivedData
|
||||
/Hercules
|
||||
/build
|
||||
/Hercules.xcodeproj/xcuserdata
|
||||
/Hercules.xcodeproj/project.xcworkspace/xcuserdata/
|
||||
/Hercules.xcodeproj/project.xcworkspace/xcshareddata/Hercules.xccheckout
|
||||
|
|
@ -169,6 +168,7 @@ Thumbs.db
|
|||
|
||||
# Default build directory
|
||||
/build/
|
||||
/build*
|
||||
|
||||
# Default install directory
|
||||
/bin/
|
||||
|
|
@ -178,3 +178,6 @@ Thumbs.db
|
|||
|
||||
# venv
|
||||
/.venv/
|
||||
|
||||
# VSCode workspaces
|
||||
/*.code-workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue