@@ -5,17 +5,97 @@ target/
55
66# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
77# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8- Cargo.lock
8+ # Cargo.lock
99
1010# These are backup files generated by rustfmt
1111** /* .rs.bk
1212
1313# MSVC Windows builds of rustc generate these, which store debugging information
1414* .pdb
1515
16- # RustRover
17- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
18- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19- # and can be added to the global gitignore or merged into this file. For a more nuclear
20- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
21- # .idea/
16+ ** /* .pdf
17+
18+ # Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
19+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
20+
21+ # User-specific stuff
22+ .idea /** /workspace.xml
23+ .idea /** /tasks.xml
24+ .idea /** /usage.statistics.xml
25+ .idea /** /dictionaries
26+ .idea /** /shelf
27+
28+ # AWS User-specific
29+ .idea /** /aws.xml
30+
31+ # Generated files
32+ .idea /** /contentModel.xml
33+
34+ # Sensitive or high-churn files
35+ .idea /** /dataSources /
36+ .idea /** /dataSources.ids
37+ .idea /** /dataSources.local.xml
38+ .idea /** /sqlDataSources.xml
39+ .idea /** /dynamic.xml
40+ .idea /** /uiDesigner.xml
41+ .idea /** /dbnavigator.xml
42+
43+ # Gradle
44+ .idea /** /gradle.xml
45+ .idea /** /libraries
46+
47+ # Gradle and Maven with auto-import
48+ # When using Gradle or Maven with auto-import, you should exclude module files,
49+ # since they will be recreated, and may cause churn. Uncomment if using
50+ # auto-import.
51+ # .idea/artifacts
52+ # .idea/compiler.xml
53+ # .idea/jarRepositories.xml
54+ # .idea/modules.xml
55+ # .idea/*.iml
56+ # .idea/modules
57+ # *.iml
58+ # *.ipr
59+
60+ # CMake
61+ cmake-build- * /
62+
63+ # Mongo Explorer plugin
64+ .idea /** /mongoSettings.xml
65+
66+ # File-based project format
67+ * .iws
68+
69+ # IntelliJ
70+ out /
71+
72+ # mpeltonen/sbt-idea plugin
73+ .idea_modules /
74+
75+ # JIRA plugin
76+ atlassian-ide-plugin.xml
77+
78+ # Cursive Clojure plugin
79+ .idea /replstate.xml
80+
81+ # SonarLint plugin
82+ .idea /sonarlint /
83+ .idea /sonarlint.xml # see https: //community.sonarsource.com /t /is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control /121119
84+
85+ # Crashlytics plugin (for Android Studio and IntelliJ)
86+ com_crashlytics_export_strings.xml
87+ crashlytics.properties
88+ crashlytics-build.properties
89+ fabric.properties
90+
91+ # Editor-based HTTP Client
92+ .idea /httpRequests
93+ http-client.private.env.json
94+
95+ # Android studio 3.1+ serialized cache file
96+ .idea /caches /build_file_checksums.ser
97+
98+ # Apifox Helper cache
99+ .idea /.cache /.Apifox_Helper
100+ .idea /ApifoxUploaderProjectSetting.xml
101+
0 commit comments