Add .gitignore file, so git commands ignore the following: * .out/ (Build directory) * .vscode/ (Visual Studio Code) * .idea/ (Intellij) Signed-off-by: Tim Van Patten <timvp@google.com>
3 lines
22 B
Text
3 lines
22 B
Text
.out/
|
|
.vscode/
|
|
.idea/
|