Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan committed Sep 16, 2022
1 parent 72e3336 commit b53303d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Visual Studio related
/.vs/
/.vs
/CMakeSettings.json
/out

# Visual Studio Code related
/.vscode/
/.vscode
/build

# Idea related
.idea/**

# Build related
/build
/.cache/
/out/
/.idea
/cmake-build-*

# Build related
**/bedrock_server_api.lib
**/bedrock_server_var.lib

# Misc
LiteLoaderSDK/
/LiteLoaderSDK

# Clangd cache
/.cache

0 comments on commit b53303d

Please sign in to comment.