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:
parent
7aff49bb90
commit
254b33c19f
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.out/
|
||||
.vscode/
|
||||
.idea/
|
||||
Loading…
Add table
Add a link
Reference in a new issue