Skip to content

Commit 23db5af

Browse files
AderanFengleavesster
authored andcommitted
change config to disable java
1 parent 07b3441 commit 23db5af

File tree

3 files changed

+135
-14
lines changed

3 files changed

+135
-14
lines changed

Diff for: .gitignore

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.idea
2-
.project
3-
41
# Built application files
52
*.apk
63
*.ap_
@@ -39,17 +36,15 @@ captures/
3936

4037
# IntelliJ
4138
*.iml
42-
.idea/workspace.xml
43-
.idea/tasks.xml
44-
.idea/gradle.xml
45-
.idea/assetWizardSettings.xml
46-
.idea/dictionaries
47-
.idea/libraries
48-
# Android Studio 3 in .gitignore file.
49-
.idea/caches
50-
.idea/modules.xml
51-
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
52-
.idea/navEditor.xml
39+
.idea/**
40+
# Keep the code styles.
41+
!/.idea/codeStyles
42+
!.idea/codeStyles/Project.xml
43+
!.idea/codeStyles/codeStyleConfig.xml
44+
# Keep the inspection levels
45+
# !/.idea/inspectionProfiles
46+
# /.idea/inspectionProfiles/*
47+
# !/.idea/inspectionProfiles/Project_Default.xml
5348

5449
# Keystore files
5550
# Uncomment the following lines if you do not want to check your keystore files in.

Diff for: .idea/codeStyles/Project.xml

+121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)