1616/science /harmonics.csv
1717.kotlin /
1818temp /
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
0 commit comments