Ignore GerritServer.properties at the top level
This might exist if the developer is trying to test directly from the source directory by running something like: mvn package && java -jar target/gerrit-*.war foo and the "foo" subcommand requires GerritServer.properties to speak to the database. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
/target
|
||||
/GerritServer.properties
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings/org.maven.ide.eclipse.prefs
|
||||
|
||||
Reference in New Issue
Block a user