Skip to content

Commit 4ac0a0a

Browse files
committed
chore: update list of file to ignore
1 parent 0c4ba59 commit 4ac0a0a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,16 @@ override.tf.json
2929
*.tfvars
3030
*.tfvars.json
3131

32-
# MacOS File
32+
# MacOS files
3333
**/.DS_Store
34+
# Windows files
35+
**/Thumbs.db
36+
37+
# Functions artifacts
38+
functions/*.zip
39+
# Functions dependencies
40+
functions/**/vendor/
41+
# Functions workspace file
42+
functions/**/go.work
43+
# Functions test binaries, built with `go test -c`
44+
functions/**/*.test

0 commit comments

Comments
 (0)