Skip to content

Commit

Permalink
Add vscode and zip to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalsbyx committed Nov 11, 2024
1 parent d7557ba commit 4b529e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build/*

# VS Code
.vscode/*
*.vscode/*

# Python virtual environments
.venv/*
Expand All @@ -11,6 +11,10 @@ build/*
# clangd
.clangd

# Compressed Libraries
*.zip
*.tar.gz

# misc
compile_commands.json

Expand Down

0 comments on commit 4b529e5

Please sign in to comment.