diff --git a/Cunkebao/.gitignore b/Cunkebao/.gitignore index a2bf4a07..25615b99 100644 --- a/Cunkebao/.gitignore +++ b/Cunkebao/.gitignore @@ -5,3 +5,7 @@ yarn.lock .env .DS_Store dist/* +.cursorindexingignore +*.zip +.idea/ +.next/ diff --git a/Server/.gitignore b/Server/.gitignore index a00e9bea..39ab957f 100644 --- a/Server/.gitignore +++ b/Server/.gitignore @@ -9,3 +9,10 @@ vendor /404.html # SpecStory explanation file .specstory/.what-is-this.md +/ +.cursorindexingignore +.user.ini +nginx.htaccess +.cursor/ +thinkphp/ +public/static/ diff --git a/Server/index.html b/Server/index.html deleted file mode 100644 index 40e91ccf..00000000 --- a/Server/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - 恭喜,站点创建成功! - - - -
-

恭喜, 站点创建成功!

-

这是默认index.html,本页面由系统自动生成

- -
- - \ No newline at end of file diff --git a/Server/public/.well-known/acme-challenge/Pa_Vv8VOhdcPRmNHh_J_flKMHVwUywOIwT-F9iiA8p4 b/Server/public/.well-known/acme-challenge/Pa_Vv8VOhdcPRmNHh_J_flKMHVwUywOIwT-F9iiA8p4 deleted file mode 100644 index c8b74e0e..00000000 --- a/Server/public/.well-known/acme-challenge/Pa_Vv8VOhdcPRmNHh_J_flKMHVwUywOIwT-F9iiA8p4 +++ /dev/null @@ -1 +0,0 @@ -Pa_Vv8VOhdcPRmNHh_J_flKMHVwUywOIwT-F9iiA8p4.2wKeISBpPoGcCt72TdgVrBMxtnnieXof2OZkRdHKCJI \ No newline at end of file diff --git a/Store_vue/.gitignore b/Store_vue/.gitignore new file mode 100644 index 00000000..86527281 --- /dev/null +++ b/Store_vue/.gitignore @@ -0,0 +1,4 @@ +.cursorindexingignore +.specstory/ +node_modules/ +unpackage/ diff --git a/Touchkebao/.gitignore b/Touchkebao/.gitignore index dcf55aed..34d25ecb 100644 --- a/Touchkebao/.gitignore +++ b/Touchkebao/.gitignore @@ -3,4 +3,6 @@ dist/ build/ yarn.lock .env -.DS_Store \ No newline at end of file +.DS_Store +.specstory/ +.cursorindexingignore