Explorar o código

chore: Add .gitignore configuration

light hai 7 meses
achega
4fc8ba12ef
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+# 编辑器/IDE文件
+.vscode/
+*.swp
+*.swo
+
+# 本地环境文件
+.env
+.env.example