add .idea to gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -166,11 +166,10 @@ cython_debug/
|
||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
|
||||
12
.idea/workspace.xml
generated
12
.idea/workspace.xml
generated
@@ -2,14 +2,10 @@
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="f77c63ed-c4d9-4a13-a764-781244bcbffa" name="Changes" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/vts-gamepad-input.iml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/vts-gampad-input/main.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/vts-gampad-input/vts-connection.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/vts-gampad-input/vts_connection.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/vts-gampad-input/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/vts-gampad-input/main.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/vts-gampad-input/vts-connection.py" beforeDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
||||
Reference in New Issue
Block a user