diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,12 @@ +### IntelliJ IDEA ### +.idea +k8s-bootstrap-container.iml + +### Visual Studio ### .project -Dockerfile .vscode bootstrap-container.code-workspace -target
\ No newline at end of file + +Dockerfile + +target |