Skip to content

Commit 3897ea3

Browse files
authored
build: add smoke test log and build folder to gitignore (#318)
smoke tests are creating build folder and log files. Add them to gitignore
1 parent 995d426 commit 3897ea3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tf/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
*.tfstate
44
*.tfstate.*
5+
6+
# smoke tests
7+
response.json
8+
tf.log
9+
10+
builds/

0 commit comments

Comments
 (0)