From 38884bdaa7d8c7a4d6bd3f93e0a426064f9040b6 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Mon, 20 Jan 2025 13:27:29 +0800 Subject: [PATCH] chore: cleanup IDE configuration files - Remove .idea directory and its contents - Add .idea to .gitignore to prevent tracking This commit removes the IDE configuration files which are not necessary for the repository. This keeps the repository clean and prevents potential conflicts for different developers using different IDEs. The .idea directory is now also ignored in the .gitignore file to prevent future commits of these files. --- .gitignore | 1 + .idea/.gitignore | 8 - .idea/misc.xml | 4 - .idea/modules.xml | 8 - .idea/today_ai_weather.iml | 367 ------------------------------------- .idea/vcs.xml | 6 - config/credentials.yml.enc | 2 +- 7 files changed, 2 insertions(+), 394 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/today_ai_weather.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index afd85fd..be844dd 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ !/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 188ad77..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/today_ai_weather.iml b/.idea/today_ai_weather.iml deleted file mode 100644 index 706094c..0000000 --- a/.idea/today_ai_weather.iml +++ /dev/null @@ -1,367 +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/cache.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/solid_cache.yml - - - 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$/test/mailers/previews - file://$MODULE_DIR$/test/mailers/previews - - - 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 diff --git a/config/credentials.yml.enc b/config/credentials.yml.enc index 5278901..b293ee1 100644 --- a/config/credentials.yml.enc +++ b/config/credentials.yml.enc @@ -1 +1 @@ -LCyDSpt/QvabmfGLE8GlLR1UPEz7QPdFj21uutpnQtJgwAbzfdWf+wh45UH97SLpnbfdy9uP0UT08j8t1bnn2danGnXDgdrhlb+NZeAGUjrV3OoNbv2ywktK6ENFNnmGyztKSrvj5Jnc8N3A+WE202cO6EpAmedhwJ1kl4WF/n2XHYbVrU/9+im91l8Meux+fNNheqXQ3MqpjQmtzN6XBidJFIVnvc2hX8c8XPkiWgrnPt0MJnoXgAUc4r4i9Jy3cXRYbidK+tKvYPPqQnI5b90vttM2bbxIKB/4Z2SdlcZNZK6UcEz5TTbVFF6utYTz8vjjsjFp5JpdzVX4q/Gc9zNPe8Wpkdz8rkoAwQ2OpJKB0T+AYNAuM+0XNycpx4N4AkOozJqK1Gd6OMlicmgIWTqUgWqljLMxbI+1WrEcZTAbeUfe9UajEfYuxHE8ksRFAnMUNCFpOJN348vRoxBv3fvan6rAnQMs2F+P9anRb8jPkJAzOFDct3ej--hNhQcVOfe5QH/0IE--Tk/qRKxDaUSCeZMW5hBwaA== \ No newline at end of file +GwoFK6l/nbuNuzqsSphWsWWAkF3rF3LqQJXbBlMhZqleAE/wXGYzxgansBULOsF+/0hMDNT+AMQdLKPd+J+Oo55LNVHd9Dk6iJ4wtRJm5Ya4czrPTqv4dezNwRFm6soC085fUONQ8hxShenYWSNtUD+X9HmjG3xDYOMk8XHJRdz+TzUqzk8+sTee1xFTP3ZFTF1HYHE+3csz22rA0KBekDbSL+HK/rlKvNK3UJK/LM71V1BmaPSBC50X+D7TkGZGatMRLPwM3C3m/6PPvB838zeH7fm2maPx2/Y4zPZhTarUg3/U+R0wGfGbSCdMMBy/A+04C7KxadTn4Ivk3zXI3zloEbgY+s1pq6RZNKuLfQFUDzpDtdnC7tjYRnMBo6C3c8iAgI0gnnYHY0zHPws+umUlS/kdiWBn6jvsNc6zz6bSyBY8xIuL4zm/Aa4wQJc5u1wLTQW00nXKJvYo7bvZsWhusATQlPm+VK+U0rdh6uAyaeatwc951KB3--N7qeSFBaRTq/dtNy--L8fWHRQMpTXu5+6E1HsNaQ== \ No newline at end of file