mirror of
https://github.com/BetterAndroid/PanguText.git
synced 2025-10-18 18:48:52 +08:00
misc: update .gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -45,9 +45,11 @@
|
|||||||
|
|
||||||
# Kotlin
|
# Kotlin
|
||||||
.kotlin
|
.kotlin
|
||||||
|
.idea/kotlinc.xml
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
.idea/misc.xml
|
.idea/misc.xml
|
||||||
|
.idea/markdown.xml
|
||||||
|
|
||||||
# CMake
|
# CMake
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
@@ -91,6 +93,8 @@ fabric.properties
|
|||||||
.idea/androidTestResultsUserPreferences.xml
|
.idea/androidTestResultsUserPreferences.xml
|
||||||
|
|
||||||
# Android projects
|
# Android projects
|
||||||
|
.idea/AndroidProjectSystem.xml
|
||||||
|
.idea/deviceManager.xml
|
||||||
**/local.properties
|
**/local.properties
|
||||||
/captures
|
/captures
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
@@ -106,5 +110,11 @@ site
|
|||||||
*.bak
|
*.bak
|
||||||
.idea/appInsightsSettings.xml
|
.idea/appInsightsSettings.xml
|
||||||
|
|
||||||
|
# Discord plugin for IntelliJ
|
||||||
|
.idea/discord.xml
|
||||||
|
|
||||||
|
# Copilot for IntelliJ
|
||||||
|
.idea/copilot**
|
||||||
|
|
||||||
# Mac OS
|
# Mac OS
|
||||||
.DS_Store
|
.DS_Store
|
6
.idea/AndroidProjectSystem.xml
generated
6
.idea/AndroidProjectSystem.xml
generated
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="AndroidProjectSystem">
|
|
||||||
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
6
.idea/kotlinc.xml
generated
6
.idea/kotlinc.xml
generated
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="KotlinJpsPluginSettings">
|
|
||||||
<option name="version" value="2.1.10" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
Reference in New Issue
Block a user