Skip to content

Commit 1e684c3

Browse files
committed
fix: gitignore remove idea folder
1 parent 3c49952 commit 1e684c3

File tree

7 files changed

+1
-125
lines changed

7 files changed

+1
-125
lines changed

.gitignore

Lines changed: 1 addition & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -155,86 +155,4 @@ dmypy.json
155155
cython_debug/
156156

157157
# PyCharm
158-
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
159-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
160-
161-
# User-specific stuff
162-
.idea/**/workspace.xml
163-
.idea/**/tasks.xml
164-
.idea/**/usage.statistics.xml
165-
.idea/**/dictionaries
166-
.idea/**/shelf
167-
168-
# AWS User-specific
169-
.idea/**/aws.xml
170-
171-
# Generated files
172-
.idea/**/contentModel.xml
173-
174-
# Sensitive or high-churn files
175-
.idea/**/dataSources/
176-
.idea/**/dataSources.ids
177-
.idea/**/dataSources.local.xml
178-
.idea/**/sqlDataSources.xml
179-
.idea/**/dynamic.xml
180-
.idea/**/uiDesigner.xml
181-
.idea/**/dbnavigator.xml
182-
183-
# Gradle
184-
.idea/**/gradle.xml
185-
.idea/**/libraries
186-
187-
# Gradle and Maven with auto-import
188-
# When using Gradle or Maven with auto-import, you should exclude module files,
189-
# since they will be recreated, and may cause churn. Uncomment if using
190-
# auto-import.
191-
# .idea/artifacts
192-
# .idea/compiler.xml
193-
# .idea/jarRepositories.xml
194-
# .idea/modules.xml
195-
# .idea/*.iml
196-
# .idea/modules
197-
# *.iml
198-
# *.ipr
199-
200-
# CMake
201-
cmake-build-*/
202-
203-
# Mongo Explorer plugin
204-
.idea/**/mongoSettings.xml
205-
206-
# File-based project format
207-
*.iws
208-
209-
# IntelliJ
210-
out/
211-
212-
# mpeltonen/sbt-idea plugin
213-
.idea_modules/
214-
215-
# JIRA plugin
216-
atlassian-ide-plugin.xml
217-
218-
# Cursive Clojure plugin
219-
.idea/replstate.xml
220-
221-
# SonarLint plugin
222-
.idea/sonarlint/
223-
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
224-
225-
# Crashlytics plugin (for Android Studio and IntelliJ)
226-
com_crashlytics_export_strings.xml
227-
crashlytics.properties
228-
crashlytics-build.properties
229-
fabric.properties
230-
231-
# Editor-based HTTP Client
232-
.idea/httpRequests
233-
http-client.private.env.json
234-
235-
# Android studio 3.1+ serialized cache file
236-
.idea/caches/build_file_checksums.ser
237-
238-
# Apifox Helper cache
239-
.idea/.cache/.Apifox_Helper
240-
.idea/ApifoxUploaderProjectSetting.xml
158+
.idea/

.idea/.gitignore

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

.idea/inspectionProfiles/profiles_settings.xml

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

.idea/misc.xml

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

.idea/modules.xml

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

.idea/radicalbit-ai-monitoring-installer.iml

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

.idea/vcs.xml

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

0 commit comments

Comments
 (0)