From 8cb22e986e739f0efea227bba7c9fa985b4607cc Mon Sep 17 00:00:00 2001 From: Nambh34 Date: Wed, 26 Jun 2024 10:57:05 +0700 Subject: [PATCH] add gitignore --- .gitignore | 1 + .idea/inspectionProfiles/Project_Default.xml | 6 - .idea/jsLibraryMappings.xml | 6 - .idea/vcs.xml | 6 - .idea/workspace.xml | 116 ------------------- 5 files changed, 1 insertion(+), 134 deletions(-) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/jsLibraryMappings.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index b587825..bf2978c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ jspm_packages .node_repl_history .next out +.idea \ 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 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml deleted file mode 100644 index 3577762..0000000 --- a/.idea/jsLibraryMappings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ 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/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 8c4572b..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1693731551529 - - - - - - - - - - - - - - - - - - - file://$PROJECT_DIR$/src/pages/_document.tsx - 6 - - - - - \ No newline at end of file