Skip to content

Commit 0b1c460

Browse files
committed
feat: add .nomad folder to .gitignore as keep
That .nomad folder is used to house nomad job files for continuous deployment pipelines.
1 parent 73cd882 commit 0b1c460

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
!/knexfile.ts
1717
!/lib/
1818
!/migrations/
19+
!/.nomad/
1920
!/LICENSE*
2021
!/package.json
2122
!/README*

lib/content/gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
!/knexfile.ts
1717
!/lib/
1818
!/migrations/
19+
!/.nomad/
1920
!/LICENSE*
2021
!/package.json
2122
!/README*

0 commit comments

Comments
 (0)