Skip to content

Commit cc89bd2

Browse files
authored
Merge pull request #1301 from brno32/master
ignoring venv in .gitignore
2 parents 4af4613 + 92dd34a commit cc89bd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,7 @@ godot.creator.*
191191

192192
# compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
193193
compile_commands.json
194+
195+
# Python development
196+
.venv
197+
venv

0 commit comments

Comments
 (0)