Skip to content

Commit

Permalink
Merge pull request #1301 from brno32/master
Browse files Browse the repository at this point in the history
ignoring venv in .gitignore
  • Loading branch information
akien-mga authored Nov 9, 2023
2 parents 4af4613 + 92dd34a commit cc89bd2
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 @@ -191,3 +191,7 @@ godot.creator.*

# compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
compile_commands.json

# Python development
.venv
venv

0 comments on commit cc89bd2

Please sign in to comment.