diff options
author | 2025-03-19 17:19:53 -0700 | |
---|---|---|
committer | 2025-03-19 17:19:53 -0700 | |
commit | 4bae066de0e2249d74022e90eed3e33dd78171a3 (patch) | |
tree | 26d1c97b09338164cccbbfbf2b14743bf1222488 | |
parent | afeda29963fcc672ead45c018ab8858ee1909efa (diff) | |
parent | 9182265369112f39b47e5d65ae36763897b79be8 (diff) |
Merge "update .gitignore" into main
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b093c811abd5..b4af5676e9d2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,8 @@ gen/ .vscode/ *.code-workspace .gradle/ +# .classpath and .settings/ are configurations +# used by the IDE and java development tools +# to configure filepaths + project settings +.classpath +.settings/ |