mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-15 18:40:50 +00:00
Add .idea files to gitignore (#76)
This commit is contained in:
committed by
GitHub
parent
8af341e206
commit
4456fa154a
5
.gitignore
vendored
5
.gitignore
vendored
@ -96,4 +96,7 @@ Thumbs.db
|
|||||||
|
|
||||||
# Ignore built ts files
|
# Ignore built ts files
|
||||||
__tests__/runner/*
|
__tests__/runner/*
|
||||||
lib/**/*
|
lib/**/*
|
||||||
|
|
||||||
|
# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
|
||||||
|
.idea/
|
||||||
|
Reference in New Issue
Block a user