Add basic .gitignore file

PiperOrigin-RevId: 240323154
Change-Id: I2e731de3991e359f95d4042f3437d2581802994f
pull/21/head
Christian Blichmann 2019-03-26 04:51:21 -07:00 committed by Copybara-Service
parent 6679fe8207
commit 137426c9dd
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# macOS Finder metadata
.DS_Store
# Build files
bazel-*
# Editor backup files
*.swp
*~
# IDE files
.vscode/
.idea