diff --git a/.gitignore b/.gitignore index efdca49..e272dff 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ /out/ # Root-level build output only — must stay anchored so it does not match the # cmd/gis source directory. -/gis +/gis \ No newline at end of file diff --git a/deployments/.gitignore b/deployments/.gitignore new file mode 100644 index 0000000..2eea525 --- /dev/null +++ b/deployments/.gitignore @@ -0,0 +1 @@ +.env \ No newline at end of file