fix(gitignore): remove generated files from git tracking

This commit is contained in:
2025-11-06 22:15:08 +01:00
parent dbe29bfb82
commit 4e6db9995f
130 changed files with 10 additions and 40917 deletions

View File

@@ -1,19 +0,0 @@
// Package schema defines the Ent schema for audit log entities.
package schema
import "entgo.io/ent"
// AuditLog holds the schema definition for the AuditLog entity.
type AuditLog struct {
ent.Schema
}
// Fields of the AuditLog.
func (AuditLog) Fields() []ent.Field {
return nil
}
// Edges of the AuditLog.
func (AuditLog) Edges() []ent.Edge {
return nil
}