Skip to content

Commit b12fbf4

Browse files
committed
Update gitignore
Signed-off-by: Kyle Corry <[email protected]>
1 parent 3dd4978 commit b12fbf4

File tree

7 files changed

+66
-185
lines changed

7 files changed

+66
-185
lines changed

.gitignore

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,69 @@
1616
/science/harmonics.csv
1717
.kotlin/
1818
temp/
19-
.idea/copilot*
19+
.idea/copilot*
20+
21+
22+
# # # # # # # # #
23+
# IDEA SETTINGS #
24+
# # # # # # # # #
25+
26+
# From https://github.com/ProtonMail/android-mail/blob/main/.gitignore
27+
28+
# User-specific stuff
29+
.idea/**/workspace.xml
30+
.idea/**/tasks.xml
31+
.idea/**/usage.statistics.xml
32+
.idea/**/dictionaries/**
33+
# Do not exclude project Dictionary
34+
!.idea/**/dictionaries/project.xml
35+
.idea/androidTestResultsUserPreferences.xml
36+
.idea/assetWizardSettings.xml
37+
.idea/deploymentTargetDropDown.xml
38+
.idea/deploymentTargetSelector.xml
39+
.idea/vcs.xml
40+
.idea/**/shelf
41+
.idea/runConfigurations.xml
42+
.idea/misc.xml
43+
44+
# Generated files
45+
.idea/**/contentModel.xml
46+
47+
# Sensitive or high-churn files
48+
.idea/**/dataSources/
49+
.idea/**/dataSources.ids
50+
.idea/**/dataSources.local.xml
51+
.idea/**/sqlDataSources.xml
52+
.idea/**/dynamic.xml
53+
.idea/**/uiDesigner.xml
54+
.idea/**/dbnavigator.xml
55+
56+
# Gradle
57+
.idea/**/gradle.xml
58+
.idea/**/libraries
59+
60+
# Gradle and Maven with auto-import
61+
# When using Gradle or Maven with auto-import, you should exclude module files,
62+
# since they will be recreated, and may cause churn. Uncomment if using
63+
# auto-import.
64+
.idea/artifacts
65+
.idea/compiler.xml
66+
.idea/jarRepositories.xml
67+
.idea/modules.xml
68+
.idea/*.iml
69+
.idea/modules
70+
*.iml
71+
*.ipr
72+
73+
# Android studio 3.1+ serialized cache file
74+
.idea/caches/build_file_checksums.ser
75+
76+
# Git Toolbox plugin
77+
.idea/git_toolbox_prj.xml
78+
79+
# Platform specific files
80+
.idea/.name
81+
82+
# Custom
83+
.idea/markdown.xml
84+
.idea/AndroidProjectSystem.xml

.idea/compiler.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.idea/jarRepositories.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/uiDesigner.xml

Lines changed: 0 additions & 124 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)