mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Add basic .gitignore file
PiperOrigin-RevId: 240323154 Change-Id: I2e731de3991e359f95d4042f3437d2581802994f
This commit is contained in:
parent
6679fe8207
commit
137426c9dd
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# macOS Finder metadata
|
||||||
|
.DS_Store
|
||||||
|
# Build files
|
||||||
|
bazel-*
|
||||||
|
# Editor backup files
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
# IDE files
|
||||||
|
.vscode/
|
||||||
|
.idea
|
Loading…
Reference in New Issue
Block a user