diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-23 16:35:49 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-23 16:35:49 +0000 |
commit | 80b7556bebeb4a919c86105f288eeb40892c2568 (patch) | |
tree | 6ebde7ea44b842c7e28a70d6e61051ab0d341871 /.gitignore | |
parent | 324c61a7be5f0c0c3a331cbc1681346403df2bcc (diff) | |
download | archiva-80b7556bebeb4a919c86105f288eeb40892c2568.tar.gz archiva-80b7556bebeb4a919c86105f288eeb40892c2568.zip |
get rid of created ${plexus.home} with derby database created in and never cleaned : could cause some issues -> account locked
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0799422bf..df9cf6888 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ target build *.iml derby.log -${plexus.home} archiva-modules/archiva-web/archiva-webapp/appserver-base/ archiva-modules/archiva-web/archiva-webapp/overlays/ archiva-modules/archiva-web/archiva-webapp/src/main/webapp/archiva-applet.jar |