This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
light
/
go-policy-service
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
chore: Add .gitignore configuration
light
hace 7 meses
commit
4fc8ba12ef
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
8
0
.gitignore
+ 8
- 0
.gitignore
Ver fichero
@@ -0,0 +1,8 @@
+# 编辑器/IDE文件
+.vscode/
+*.swp
+*.swo
+
+# 本地环境文件
+.env
+.env.example