add commit
This commit is contained in:
84
.gitignore
vendored
84
.gitignore
vendored
@@ -9,6 +9,8 @@ local.properties
|
||||
# IntelliJ / Android Studio
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Kotlin/Java
|
||||
*.class
|
||||
@@ -16,9 +18,91 @@ local.properties
|
||||
# Android
|
||||
*.apk
|
||||
*.aab
|
||||
*.ap_
|
||||
*.dex
|
||||
*.hprof
|
||||
*.log
|
||||
|
||||
# Android Studio captures
|
||||
captures/
|
||||
|
||||
# External native build
|
||||
.externalNativeBuild/
|
||||
|
||||
# NDK / CMake
|
||||
.cxx/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
|
||||
|
||||
app/src/main/raman_res.zip
|
||||
|
||||
|
||||
.DS_Store
|
||||
.idea/shelf
|
||||
/confluence/target
|
||||
/dependencies/repo
|
||||
/android.tests.dependencies
|
||||
/dependencies/android.tests.dependencies
|
||||
/dist
|
||||
/local
|
||||
/gh-pages
|
||||
/ideaSDK
|
||||
/clionSDK
|
||||
/android-studio/sdk
|
||||
out/
|
||||
/tmp
|
||||
/intellij
|
||||
workspace.xml
|
||||
*.versionsBackup
|
||||
/idea/testData/debugger/tinyApp/classes*
|
||||
/jps-plugin/testData/kannotator
|
||||
/js/js.translator/testData/out/
|
||||
/js/js.translator/testData/out-min/
|
||||
/js/js.translator/testData/out-pir/
|
||||
.gradle/
|
||||
build/
|
||||
!**/src/**/build
|
||||
!**/test/**/build
|
||||
!**/tests-gen/**/build
|
||||
*.iml
|
||||
!**/testData/**/*.iml
|
||||
.idea/artifacts
|
||||
.idea/remote-targets.xml
|
||||
.idea/libraries/Gradle*.xml
|
||||
.idea/libraries/Maven*.xml
|
||||
.idea/modules
|
||||
.idea/runConfigurations/JPS_*.xml
|
||||
.idea/runConfigurations/_JPS_*.xml
|
||||
.idea/runConfigurations/_FP_*.xml
|
||||
.idea/runConfigurations/_MT_*.xml
|
||||
.idea/libraries
|
||||
.idea/modules.xml
|
||||
.idea/gradle.xml
|
||||
.idea/compiler.xml
|
||||
.idea/inspectionProfiles/profiles_settings.xml
|
||||
.idea/.name
|
||||
.idea/jarRepositories.xml
|
||||
.idea/csv-plugin.xml
|
||||
.idea/libraries-with-intellij-classes.xml
|
||||
.idea/misc.xml
|
||||
.idea/protoeditor.xml
|
||||
.idea/uiDesigner.xml
|
||||
.idea/copilot.data.migration.*.xml
|
||||
node_modules/
|
||||
.rpt2_cache/
|
||||
local.properties
|
||||
buildSrcTmp/
|
||||
distTmp/
|
||||
outTmp/
|
||||
/test.output
|
||||
/kotlin-native/dist
|
||||
kotlin-ide/
|
||||
.kotlin/
|
||||
.teamcity/
|
||||
.npmrc
|
||||
/.idea/AndroidProjectSystem.xml
|
||||
**/.junie/memory/
|
||||
.claude/local.md
|
||||
.claude/CLAUDE.md
|
||||
Reference in New Issue
Block a user