Skip to content

Commit 4ba122a

Browse files
committed
all: add missing .gitignore files
1 parent cdd912c commit 4ba122a

5 files changed

Lines changed: 19 additions & 0 deletions

File tree

ai-agent-api/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.encore
2+
encore.gen.go
3+
encore.gen.cue
4+
/encore.gen

multi-service-saas/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.encore
2+
encore.gen.go
3+
encore.gen.cue
4+
/encore.gen

nextjs-auth0-starter/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.encore
2+
encore.gen.go
3+
encore.gen.cue
4+
/encore.gen

sql-database/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/.encore
2+
encore.gen.go
3+
encore.gen.cue
4+
/encore.gen

webhook-processor/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.encore
2+
encore.gen.go
3+
encore.gen.cue
4+
/encore.gen

0 commit comments

Comments
 (0)