Remove tracked file from .idea folder
This commit is contained in:
parent
ad241f151b
commit
05531fa6f2
2 changed files with 2 additions and 6 deletions
2
husky/.gitignore
vendored
2
husky/.gitignore
vendored
|
@ -23,6 +23,7 @@ debug/
|
|||
.gradle/
|
||||
/build/
|
||||
buildSrc/build
|
||||
.builds/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
@ -40,6 +41,7 @@ captures/
|
|||
*.iml
|
||||
/*.iml
|
||||
/.idea/assetWizardSettings.xml
|
||||
/.idea/compiler.xml
|
||||
/.idea/gradle.xml
|
||||
/.idea/jarRepositories.xml
|
||||
/.idea/misc.xml
|
||||
|
|
6
husky/.idea/compiler.xml
generated
6
husky/.idea/compiler.xml
generated
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="11" />
|
||||
</component>
|
||||
</project>
|
Loading…
Add table
Reference in a new issue