diff options
author | 2025-02-11 21:58:05 +0000 | |
---|---|---|
committer | 2025-03-19 21:17:45 +0000 | |
commit | 9182265369112f39b47e5d65ae36763897b79be8 (patch) | |
tree | 2ef08ea961c3ee5a10dc3c60f1da9efee7da5b0c | |
parent | cfc310dd1e9fd77e00fd9825c5c4c3e2a6fa4f35 (diff) |
update .gitignore
ignore .classpath and .settings/
the following files are affected
packages/EasterEgg/.settings/
packages/SettingsLib/Color/.settings/
packages/SettingsLib/Spa/.settings/
packages/SystemUI/animation/.settings/
startop/apps/ColorChanging/.settings/
tests/HierarchyViewerTest/.settings/
tests/TouchLatency/.settings/
tests/TouchLatency/app/.classpath
tests/TouchLatency/app/.settings/
Flag: EXEMPT gitignore update
Change-Id: Iaf7816d1b13ce80219594553fd683878fced70b3
-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/ |