diff options
author | Douglas Larson <larsondouglas@gmail.com> | 2020-02-09 15:20:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 18:20:27 -0400 |
commit | 584ee18cc1cf321d74816f848a268d9e035f5035 (patch) | |
tree | f1b518e6b8d9d8c5f7453bec3436de58846daae3 /Global | |
parent | 7ab549fcae8269fdd4004065470176f829d88200 (diff) | |
download | gitignore-584ee18cc1cf321d74816f848a268d9e035f5035.tar.gz gitignore-584ee18cc1cf321d74816f848a268d9e035f5035.zip |
[Global/Eclipse] Make .project opt-in (#3305)
The project description file.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Eclipse.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index a5f94da0..acec74ac 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -54,3 +54,7 @@ local.properties .cache-main .scala_dependencies .worksheet + +# Uncomment this line if you wish to ignore the project description file. +# Typically, this file would be tracked if it contains build/dependency configurations: +#.project |