From d86005cbd0184457af56ef82af8dec1404cada6a Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 4 Jan 2025 09:46:50 +0800 Subject: [PATCH] chore: remove IDE configuration files - Deleted .idea/misc.xml, .idea/modules.xml, and .idea/sample_rails_app.iml files - Added .idea to .gitignore to prevent future IDE files from being tracked This commit cleans up the repository by removing IDE-specific configuration files that are not needed for the project. It also ensures that any future IDE files will be ignored, keeping the repository clean and focused on the actual project code. --- .gitignore | 2 + .idea/.gitignore | 8 - .idea/misc.xml | 4 - .idea/modules.xml | 8 - .idea/sample_rails_app.iml | 347 ------------------------------------- .idea/vcs.xml | 6 - 6 files changed, 2 insertions(+), 373 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/sample_rails_app.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index afd85fd..daa7023 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ !/app/assets/builds/.keep /node_modules + +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 27e302b..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 103c4e5..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/sample_rails_app.iml b/.idea/sample_rails_app.iml deleted file mode 100644 index 1d46d03..0000000 --- a/.idea/sample_rails_app.iml +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - file://$MODULE_DIR$/app - - - file://$MODULE_DIR$/app/assets - - - file://$MODULE_DIR$/app/channels - - - file://$MODULE_DIR$/app/controllers - - - file://$MODULE_DIR$/app/helpers - - - file://$MODULE_DIR$/app/mailers - - - file://$MODULE_DIR$/app/models - - - file://$MODULE_DIR$/app/views - - - file://$MODULE_DIR$/config - - - file://$MODULE_DIR$/config/cable.yml - - - file://$MODULE_DIR$/config/database.yml - - - file://$MODULE_DIR$/config/environment.rb - - - file://$MODULE_DIR$/config/environments - - - file://$MODULE_DIR$/config/initializers - - - file://$MODULE_DIR$/config/locales - - - file://$MODULE_DIR$/config/routes - - - file://$MODULE_DIR$/config/routes.rb - - - file://$MODULE_DIR$/config - - - file://$MODULE_DIR$/db - - - file://$MODULE_DIR$/db/migrate - - - file://$MODULE_DIR$/db/seeds.rb - - - file://$MODULE_DIR$/lib - - - file://$MODULE_DIR$/lib/assets - - - file://$MODULE_DIR$/lib/tasks - - - file://$MODULE_DIR$/lib/templates - - - file://$MODULE_DIR$/log/development.log - - - file://$MODULE_DIR$/public - - - file://$MODULE_DIR$/public/javascripts - - - file://$MODULE_DIR$/public/stylesheets - - - file://$MODULE_DIR$/tmp - - - file://$MODULE_DIR$/vendor - - - file://$MODULE_DIR$/vendor/assets - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file