From 7f07c29a230f1cb0bc82e576a95509dfee166d9a Mon Sep 17 00:00:00 2001 From: coward Date: Fri, 5 Jul 2024 14:46:10 +0800 Subject: [PATCH] :todo: --- .gitignore | 99 +++++--------------- .idea/.gitignore | 8 -- .idea/.name | 1 - .idea/inspectionProfiles/Project_Default.xml | 10 -- .idea/modules.xml | 8 -- .idea/vcs.xml | 7 -- .idea/watcherTasks.xml | 8 -- .idea/wireguard-ui.iml | 9 -- 8 files changed, 23 insertions(+), 127 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/watcherTasks.xml delete mode 100644 .idea/wireguard-ui.iml diff --git a/.gitignore b/.gitignore index 1e602af..6685ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -100,88 +100,35 @@ fabric.properties # Go workspace file go.work -### GoLand template -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +.idea +web/.idea -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf +web/node_modules +web/.DS_Store +web/dist +web/dist-ssr +web/*.local +web/.eslintcache +web/report.html +web/vite.config.*.timestamp* -# AWS User-specific -.idea/**/aws.xml +web/yarn.lock +web/npm-debug.log* +web/.pnpm-error.log* +web/.pnpm-debug.log +web/tests/**/coverage/ -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - -# Gradle and Maven with auto-import -# When using Gradle or Maven with auto-import, you should exclude module files, -# since they will be recreated, and may cause churn. Uncomment if using -# auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr - -# CMake -cmake-build-*/ - -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - -# File-based project format -*.iws - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# SonarLint plugin -.idea/sonarlint/ - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -# Editor-based Rest Client -.idea/httpRequests - -# Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser +# Editor directories and files +*.suo +*.ntvs* +*.njsproj +*.sln +tsconfig.tsbuildinfo template/tmp/* logs/* app.yaml *.db .env -*.env \ No newline at end of file +*.env + 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/.name b/.idea/.name deleted file mode 100644 index 1b1fa89..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -wireguard-ui \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 27053e8..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ecb9e6a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 6b6d73c..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index 4aabca4..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/wireguard-ui.iml b/.idea/wireguard-ui.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/wireguard-ui.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file