1
0
Fork 0

Add .gitignore

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>
This commit is contained in:
Tim Van Patten 2024-10-11 12:29:48 -06:00
parent 7aff49bb90
commit 254b33c19f

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.out/
.vscode/
.idea/