commit | 75e43c07a082266757b14465c4141874ba09c251 | [log] [tgz] |
---|---|---|
author | Krishya <2271857550@qq.com> | Sat Apr 05 21:16:30 2025 +0800 |
committer | Krishya <2271857550@qq.com> | Tue Apr 08 16:47:59 2025 +0800 |
tree | d481d345194cf3344ada40d9638f25dbc08fdc38 | |
parent | a585ca515160608d7521dabf540afdeefa5dadf7 [diff] [blame] |
- 初始化项目 - 添加登录注册功能 Change-Id: I4ceb5400dca3042f2f31232eaf246df83d57b9be 登录注册 Change-Id: Ibd4868d02f2f2b51b9cf645c5b56cb31adae6a1d 登录注册 Change-Id: Iee4aca2a0871ab46a95208ece13053e92b615b2e login and register Change-Id: Idb1ca43081e39c982a508b36ab1d80907b63a412
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d29575 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log*